DXCalendarActualAppearance.YearCellSelectedFontAttributes Property
Gets the year cell’s font attribute value that is applied to the DXCalendar when the cell is selected. To specify this value, use the CalendarYearCellAppearance‘s SelectedFontAttributes inherited property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public FontAttributes YearCellSelectedFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The year cell’s font attribute. |
See Also