CalendarSelectableCellAppearance.DisabledFontAttributes Property
Gets or sets font attributes 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
public FontAttributes DisabledFontAttributes { get; set; }
Property Value
Type | Default | Description |
---|---|---|
FontAttributes | None | The font attributes. |
See Also