TcxCustomGridView.Controller Property
Specifies a View controller.
Declaration
property Controller: TcxCustomGridController read;
Property Value
Type |
---|
TcxCustomGridController |
Remarks
The Controller property references a View controller encapsulating various operations on the current View.
TcxCustomGridController class implements only base operations common to all grid Views. Other View classes override the Controller property and use their own controllers.
See Also