Skip to main content

DXCalendarActualAppearance.MonthCellFontFamily Property

Gets the month cell’s family attribute value that is applied to the DXCalendar. To specify this value, use the CalendarMonthCellAppearance‘s FontFamily inherited property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string MonthCellFontFamily { get; }

Property Value

Type Description
String

The month cell’s font family.

See Also