Skip to main content
All docs
V22.1

DateColumn.PickerDisableDate Event

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

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

public event EventHandler<DisableDateEventArgs> PickerDisableDate

Event Data

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

Property Description
Date Gets the processed date.
IsDisabled Gets or sets whether the date is disabled.
See Also