Skip to main content

TextInfoControlBase.View Property

Gets or sets the associated view.

Namespace: DevExpress.XtraScheduler.Reporting

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

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override ReportViewBase View { get; set; }

Property Value

Type Default Description
ReportViewBase null

A ReportViewBase class descendant, representing the Scheduler report view.

Remarks

The View should be specified, to provide the control with the Scheduler information.

To link the information control with a time cell’s control, a TimeCells property is used. See the property of the same name for each of the TextInfoControlBase descendants.

See Also