CustomDayOfWeekCellStyleEventArgs.DayOfWeek Property
In This Article
Gets the processed day of the week.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public DayOfWeek DayOfWeek { get; }
#Property Value
Type | Description |
---|---|
Day |
A value that specifies a day of the week. |
See Also