Skip to main content

MonthViewActualAppearance.CellTodayDayNumberTextFontAttributes Property

Gets the day number’s text font attribute value that is applied to the MonthView cells when the cell is the today. To specify this value, use the MonthViewCellAppearance‘s TodayDayNumberTextFontAttributes inherited property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public FontAttributes CellTodayDayNumberTextFontAttributes { get; }

Property Value

Type Description
FontAttributes

The day number’s font attributes.

See Also