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.v20.2.dll

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

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