Back to Devexpress

TimelineScaleHeaders.View Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-timelinescaleheaders-3c8a9e34.md

latest1.6 KB
Original Source

TimelineScaleHeaders.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

TimelineScaleHeaders Class

TimelineScaleHeaders Members

DevExpress.XtraScheduler.Reporting Namespace