DXCalendarActualAppearance.DayCellDisabledFontSize Property
In This Article
Gets the day cell’s font size value that is applied to the DXCalendar when the cell is disabled. To specify this value, use the DisabledFontSize property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public double DayCellDisabledFontSize { get; }
#Property Value
Type | Description |
---|---|
Double | The cell’s font size value. |
See Also