Skip to main content

DXCalendarActualAppearance.DayOfWeekCellFontFamily Property

Gets the day of week cell’s font family value that is applied to the DXCalendar. To specify this value, use the CalendarDayOfWeekCellAppearance.FontFamily property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string DayOfWeekCellFontFamily { get; }

Property Value

Type Description
String

The day of weeek cell’s font family.

See Also