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