Skip to main content

DXCalendarActualAppearance.DayCellSelectedFontSize Property

Gets the day cell’s font size value that is applied to the DXCalendar when the cell is selected. To specify this value, use the SelectedFontFamily property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double DayCellSelectedFontSize { get; }

Property Value

Type Description
Double

The cell’s font size.

See Also