HeaderItemViewModel.WeekDayText Property
Gets or sets the week day text of the header item.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string WeekDayText { get; set; }
Property Value
Type | Description |
---|---|
String | The week day text of the header item. |
See Also