Skip to main content

MonthViewActualAppearance.CellFirstDayOfYearStringFormat 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 year. To specify this value, use the FirstDayOfYearStringFormat property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public string CellFirstDayOfYearStringFormat { get; }

Property Value

Type Description
String

The string format.

See Also