Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public DateRange Range { get; protected set; }
Visual Basic
Public Property Range As DateRange
	Get
	Protected Set
Visual C++
public:
property DateRange^ Range {
	DateRange^ get ();
	protected: void set (DateRange^ value);
}
F#
member Range : DateRange with get, set

Property Value

Type: DateRange

See Also