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