DXCalendarActualAppearance.YearCellTextColor Property
Gets the year cell’s text color value that is applied to the DXCalendar. To specify this color, use the CalendarYearCellAppearance‘s TextColor inherited property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color YearCellTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The year cell’s text color. |
See Also