Back to Devexpress

TimelineCells.View Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-timelinecells-cfa2c421.md

latest1.6 KB
Original Source

TimelineCells.View Property

Gets or sets the associated view.

Namespace : DevExpress.XtraScheduler.Reporting

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

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(null)]
[XtraSerializableProperty(XtraSerializationVisibility.Reference, 0)]
public ReportTimelineView View { get; set; }
vb
<DefaultValue(Nothing)>
<XtraSerializableProperty(XtraSerializationVisibility.Reference, 0)>
Public Property View As ReportTimelineView

Property Value

TypeDefaultDescription
ReportTimelineViewnull

A ReportTimelineView object, representing the Scheduler report view.

|

Remarks

The View should be specified, to provide the time cell’s control with the Scheduler information.

See Also

TimelineCells Class

TimelineCells Members

DevExpress.XtraScheduler.Reporting Namespace