Skip to main content
A newer version of this page is available. .

TimeRulerCellViewModel.TimeRuler Property

Gets the Time Ruler which owns the current cell.

Namespace: DevExpress.Xpf.Scheduling.VisualData

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public TimeRuler TimeRuler { get; }

Property Value

Type Description
TimeRuler

A TimeRuler object that is the Time Ruler containing the cell.

See Also