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

TimeRulerCellViewModel.Owner Property

Gets the View Model of the TimeRuler which owns the current cell.

Namespace: DevExpress.Xpf.Scheduling.VisualData

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public TimeRulerViewModel Owner { get; }

Property Value

Type Description
DevExpress.Xpf.Scheduling.VisualData.TimeRulerViewModel

A DevExpress.Xpf.Scheduling.VisualData.TimeRulerViewModel object that is a cell’s owner View Model.

See Also