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

DayViewTimeRuler.TimeCells Property

Gets or sets the DayViewTimeCells control linked to the current DayViewTimeRuler.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v18.2.Reporting.dll

Declaration

[Browsable(true)]
[DefaultValue(null)]
public DayViewTimeCells TimeCells { get; set; }

Property Value

Type Default Description
DayViewTimeCells *null*

A DayViewTimeCells object.

Remarks

The TimeCells property associates the time ruler with time cells. Set this property to ensure correct scaling, anchoring and alignment for the DayViewTimeRuler control.

See Also