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

TimeRulerCellControl.Content Property

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

Namespace: DevExpress.Xpf.Scheduling.Visual

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

Declaration

public TimeRulerCellViewModel Content { get; set; }

Property Value

Type Description
TimeRulerCellViewModel

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

See Also