Skip to main content

DXCalendarActualAppearance.MonthCellDisabledFontFamily Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string MonthCellDisabledFontFamily { get; }

Property Value

Type Description
String

The month cell’s font family.

See Also