Skip to main content

MonthViewActualAppearance.CellDayNumberTextFontAttributes Property

Gets the font attribute value that is applied to the MonthView day cell number’s text. To specify this value, use the DayNumberTextFontAttributes property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public FontAttributes CellDayNumberTextFontAttributes { get; }

Property Value

Type Description
FontAttributes

The font attributes.

See Also