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