TimeRulerCellViewModel.TimeScale Property
Gets the time period of a single cell.
Namespace: DevExpress.Xpf.Scheduling.VisualData
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
TimeSpan | A TimeSpan value that is the period of time assigned to a single cell. |
Remarks
The TimeScale property value equals the view’s time scale specified by the DayViewBase.TimeScale property. Time scale is the time period assigned to a single cell.
See Also