Skip to main content

DayViewBaseActualAppearance.RulerCellSlotTickColor Property

Gets the tick color that is applied to the time ruler cell’s slot. To specify this color, use the SlotTickColor property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Color RulerCellSlotTickColor { get; }

Property Value

Type Description
Color

The tick color.

See Also