DXCalendar.MinDate Property
In This Article
Gets or sets the minimum date that users can select in the calendar.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public DateTime MinDate { get; set; }
#Property Value
Type | Description |
---|---|
Date |
A value that specifies a date. |
See Also