Back to Devexpress

DXCalendar.DisableDate Event

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-dot-dxcalendar-ac247c86.md

latest1.2 KB
Original Source

DXCalendar.DisableDate Event

Allows you to disable a specific date (prevent users from selecting it).

Namespace : DevExpress.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public event EventHandler<DisableDateEventArgs> DisableDate

Event Data

The DisableDate event's data class is DisableDateEventArgs. The following properties provide information specific to this event:

PropertyDescription
DateGets the processed date.
IsDisabledGets or sets whether the date is disabled.

See Also

DXCalendar Class

DXCalendar Members

DevExpress.XamarinForms.Editors Namespace