CalendarSelectableCellAppearance.SelectedFontFamily Property
Gets or sets the font family 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
public string SelectedFontFamily { get; set; }
Property Value
Type | Description |
---|---|
String | The font family. |
See Also