Skip to main content
All docs
V22.1
  • 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

    public event EventHandler<DisableDateEventArgs> DisableDate

    Event Data

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