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