Skip to main content

TimeRulerCellControl.Content Property

Provides access to the View Model for the TimeRuler’s cell .

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public TimeRulerCellViewModel Content { get; set; }

Property Value

Type Description
TimeRulerCellViewModel

A TimeRulerCellViewModel object that is the cell’s View Model.

See Also