TimeRulerCellViewModel.TickLength Property
Gets or sets the tick length of the cell.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double TickLength { get; set; }
Property Value
Type | Description |
---|---|
Double | The tick length of the cell. |
See Also