Back to Devexpress

DateEdit.PickerDisableDate Event

maui-devexpress-dot-maui-dot-editors-dot-dateedit-85d77daf.md

latest1.1 KB
Original Source

DateEdit.PickerDisableDate Event

Allows you to disable a specific date in the default picker.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public event EventHandler<DisableDateEventArgs> PickerDisableDate

Event Data

The PickerDisableDate 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

DateEdit Class

DateEdit Members

DevExpress.Maui.Editors Namespace