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