TcxSchedulerReportLinkTimeLinePrintStyle.CorrespondedView Property
Returns the corresponding View.
Declaration
property CorrespondedView: TcxSchedulerTimeGridView read;
Property Value
Type |
---|
TcxSchedulerTimeGridView |
Remarks
The CorrespondedView property returns a reference to either the TimeGrid View or Gant View instance, dependent upon which View is currently active (see the scheduler’s CurrentView property).
See Also