Skip to main content

DXCalendarActualAppearance.YearCellSelectedFontFamily Property

Gets the year cell’s font family value that is applied to the DXCalendar when the cell is selected. To specify this value, use the CalendarYearCellAppearance‘s SelectedFontFamily inherited property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public string YearCellSelectedFontFamily { get; }

Property Value

Type Description
String

The year cell’s font family.

See Also