Skip to main content

TimeRulerCellViewModel.TimeScale Property

Gets the time period of a single cell.

Namespace: DevExpress.Xpf.Scheduling.VisualData

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public TimeSpan TimeScale { get; }

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