DayViewBaseActualAppearance.RulerCellSlotLabelTextColor Property
Gets the text color that is applied to the time ruler cell’s slot. To specify this color, use the SlotLabelTextColor property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color RulerCellSlotLabelTextColor { get; }
Property Value
Type | Description |
---|---|
Color | The text color. |
See Also