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
public bool IsDisabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also