Back to Devexpress

FormatTimeIntervalInfo.TimeCells Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-formattimeintervalinfo-84000774.md

latest1.7 KB
Original Source

FormatTimeIntervalInfo.TimeCells Property

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

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[Browsable(true)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference)]
public TimeCellsControlBase TimeCells { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Reference)>
Public Property TimeCells As TimeCellsControlBase

Property Value

TypeDefaultDescription
TimeCellsControlBasenull

A TimeCellsControlBase descendant representing the bound time cells.

|

See Also

FormatTimeIntervalInfo Class

FormatTimeIntervalInfo Members

DevExpress.XtraScheduler.Reporting Namespace