Skip to main content

TimeRulerCellViewModel.Owner Property

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

Namespace: DevExpress.Xpf.Scheduling.VisualData

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

NuGet Package: 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