DayOfWeekCellData.DayOfWeek Property
Gets the 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 | The day of the week. |
See Also