Skip to main content

DXCalendarActualAppearance.DayCellDisabledFontAttributes Property

Gets the day cell’s font attribute value that is applied to the DXCalendar when the cell is disabled. To specify this value, use the DisabledFontAttributes property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public FontAttributes DayCellDisabledFontAttributes { get; }

Property Value

Type Description
FontAttributes

The cell’s font attribute.

See Also