Skip to main content
A newer version of this page is available. .

TextInfoControlBase.View Property

Gets or sets the associated view.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.dll

Declaration

[DefaultValue(null)]
[Browsable(false)]
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