CalendarSelectableCellAppearance.SelectedFontAttributes Property
In This Article
Gets or sets font attributes 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
C#
public FontAttributes SelectedFontAttributes { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Font |
None | The font attributes. |
See Also