Skip to main content

CalendarSelectableCellAppearance.SelectedFontSize Property

Gets or sets the font size for cells in the selected state. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

[TypeConverter(typeof(FontSizeConverter))]
public double SelectedFontSize { get; set; }

Property Value

Type Default Description
Double 0

The font size.

See Also