Skip to main content

DisableDateEventArgs.IsDisabled Property

Gets or sets whether the date is disabled.

Namespace: DevExpress.XamarinForms.Editors

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public bool IsDisabled { get; set; }

#Property Value

Type Description
Boolean

true if the date is disabled; otherwise, false.

See Also