Back to Devexpress

DayViewTimeRuler.TimeCells Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-dayviewtimeruler-1af3c275.md

latest1.9 KB
Original Source

DayViewTimeRuler.TimeCells Property

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

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, 0)]
public DayViewTimeCells TimeCells { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Reference, 0)>
Public Property TimeCells As DayViewTimeCells

Property Value

TypeDefaultDescription
DayViewTimeCellsnull

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

DayViewTimeRuler Class

DayViewTimeRuler Members

DevExpress.XtraScheduler.Reporting Namespace