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