Skip to main content

DayViewBaseActualAppearance.RulerCellIntervalLabelTextColor Property

Gets the text color that is applied to the time ruler cell’s label when the cell displays a time slot that is the first slot in the time scale interval. To specify this color, use the IntervalLabelTextColor property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color RulerCellIntervalLabelTextColor { get; }

Property Value

Type Description
Color

The text color.

See Also