Table of Contents

Class CurrencyRangeField

Namespace
The.WPF.Fields
Assembly
Instagile.WPF.dll
public sealed class CurrencyRangeField : RangeFieldBase<decimal>, IField<Range<decimal>>, IField, IModel, INotifyPropertyChanged, IDataErrorInfo
Inheritance
CurrencyRangeField
Implements
Inherited Members
Extension Methods

Constructors

CurrencyRangeField(ISurface, string, Range<decimal>)

public CurrencyRangeField(ISurface surface, string label, Range<decimal> initialValue = null)

Parameters

surface ISurface
label string
initialValue Range<decimal>

Properties

Explainer

public override string Explainer { get; }

Property Value

string