Skip to main content

DXCalendarActualAppearance.DayCellDisabledFontFamily Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string DayCellDisabledFontFamily { get; }

Property Value

Type Description
String

The cell’s font family value.

See Also