Class CurrencyRangeField
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
Properties
Explainer
public override string Explainer { get; }