Skip to main content

DayViewBaseActualAppearance.RulerHeaderTextColor Property

Gets the text color that is applied to the time ruler cell header. To specify this color, use the TextColor property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color RulerHeaderTextColor { get; }

Property Value

Type Description
Color

The text color.

See Also