TcxSchedulerGridConnection.GridView Property
Specifies the linked Grid View.
Declaration
property GridView: TcxCustomGridTableView read; write;
Property Value
Type |
---|
TcxCustomGridTableView |
Remarks
Use the GridView property to bind a Grid View to the connector.
The utilized Grid View must be of type TcxGridTableView.
To learn how to use the TcxGrid control in scheduling applications, refer to the How to Bind a Scheduler to an ExpressQuantumGrid Using the TcxSchedulerGridConnection help topic.
See Also