Skip to main content

CalendarSelectableCellAppearance.DisabledFontSize Property

Gets or sets the font size for cells in the disabled 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 DisabledFontSize { get; set; }

Property Value

Type Default Description
Double 0

The font size.

See Also