MonthViewCellAppearance.FirstDayOfYearStringFormat Property
In This Article
Gets or sets the format string the cells use to display the day text when the cell represents the first day of a month. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public string FirstDayOfYearStringFormat { get; set; }
#Property Value
Type | Description |
---|---|
String | The format string the cells use to display the day text. |
See Also