FormatTimeIntervalInfo.TimeCells Property
In This Article
Gets or sets the time cells determining the date ranges displayed in the control.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.2.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 |
---|---|---|
Time |
null | A Time |
See Also