Skip to main content

DXCalendarActualAppearance.DayCellTodayFontAttributes Property

Gets the today cell’s font attribute value that is applied to the DXCalendar. To specify this value, use the TodayFontAttributes property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FontAttributes DayCellTodayFontAttributes { get; }

Property Value

Type Description
FontAttributes

The today cell’s font attribute.

See Also