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.v19.1.dll

Declaration

public TimeRuler TimeRuler { get; }

Property Value

Type Description
TimeRuler

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

See Also