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