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