TcxGridViewHandler.GridView Property
Identifies the View to which the TcxGridViewHandler class provides information.
Declaration
property GridView: TcxCustomGridView read;
Property Value
Type |
---|
TcxCustomGridView |
Remarks
The GridView property references the View to which information is presented by the TcxGridViewHandler class. TcxGridViewHandler properties retrieve values of corresponding View members.
See Also