DXCalendarActualAppearance.MonthCellDisabledFontAttributes Property
Gets the month cell’s font attribute value that is applied to the DXCalendar when the month is disabled. To specify this value, use the CalendarMonthCellAppearance‘s DisabledFontAttributes inherited property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes MonthCellDisabledFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The month cell’s font attribute. |
See Also