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