MonthViewActualAppearance.CellFirstDayOfMonthStringFormat Property
Gets the string format value that is applied to the MonthView day cell’s text when the day is the first day of the month. To specify this value, use the FirstDayOfMonthStringFormat property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public string CellFirstDayOfMonthStringFormat { get; }
Property Value
Type | Description |
---|---|
String | The string format. |
See Also