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