MonthViewActualAppearance.CellTodayFirstDayOfMonthDayNumberTextFontAttributes Property
Gets the day number’s font attribute value that is applied to the MonthView cells when the cell is the today and the first day of the month. To specify this value, use the MonthViewCellAppearance‘s TodayFirstDayOfMonthDayNumberTextFontAttributes.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public FontAttributes CellTodayFirstDayOfMonthDayNumberTextFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The font attributes. |
See Also