Table of Contents

Class LongRangeField

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

Constructors

LongRangeField(ISurface, string, Range<long>)

public LongRangeField(ISurface surface, string label, Range<long> initialValue = null)

Parameters

surface ISurface
label string
initialValue Range<long>

Properties

Explainer

public override string Explainer { get; }

Property Value

string