TcxGridViewHandler.Controller Property
Returns the View’s controller object.
Declaration
property Controller: TcxCustomGridController read;
Property Value
Type |
---|
TcxCustomGridController |
Remarks
The Controller property returns the object which processes keyboard and mouse events on behalf of the View.
See Also