TimeRulerCellViewModel.TickColor Property
Gets or sets the color that the cell uses to paint its tick.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Color TickColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The color that the cell uses to paint its tick. |
See Also