Table of Contents

Class DateRangeField

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

Constructors

DateRangeField(ISurface, string, Range<DateTime>)

public DateRangeField(ISurface surface, string label, Range<DateTime> initialValue = null)

Parameters

surface ISurface
label string
initialValue Range<DateTime>

Properties

Explainer

public override string Explainer { get; }

Property Value

string