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