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