FormatTimeIntervalInfo.TimeCells Property
Gets or sets the time cells determining the date ranges displayed in the control.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
[Browsable(true)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Always)]
[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