Skip to main content

MonthViewActualAppearance.CellFirstDayOfMonthDayNumberTextFontAttributes Property

Gets the font attribute value that is applied to the MonthView day cell numbers’s text when the day is the first day of the month. To specify this value, use the FirstDayOfMonthDayNumberTextFontAttributes property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public FontAttributes CellFirstDayOfMonthDayNumberTextFontAttributes { get; }

Property Value

Type Description
FontAttributes

The font attributes.

See Also