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

FormatTimeIntervalInfo.TimeCells Property

Gets or sets the time cells determining the date ranges displayed in the control.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

[Browsable(true)]
[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference)]
public TimeCellsControlBase TimeCells { get; set; }

Property Value

Type Default Description
TimeCellsControlBase *null*

A TimeCellsControlBase descendant representing the bound time cells.

See Also