DisableDateEventArgs.Date Property
Gets the processed date.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public DateTime Date { get; }
Property Value
Type | Description |
---|---|
DateTime | A structure that specifies a date. |
See Also