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