DXCalendarActualAppearance.DayCellTodayFontFamily Property
Gets the today cell’s font family value that is applied to the DXCalendar. To specify this value, use the TodayFontFamily property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string DayCellTodayFontFamily { get; }
Property Value
Type | Description |
---|---|
String | The today cell’s font family. |
See Also