DisableDateEventArgs.IsDisabled Property
In This Article
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 |
|
See Also