CustomSelectableCellStyleEventArgs.Date Property
In This Article
Gets or sets the processed day.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public DateTime Date { get; }
#Property Value
Type | Description |
---|---|
Date |
A structure that specifies a date. |
See Also