TcxGridLayoutViewController Class
In This Article
A Layout View controller.
#Declaration
Delphi
TcxGridLayoutViewController = class(
TcxGridCustomLayoutViewController
)
#Remarks
The View controller provides an API to perform the following operations:
Control over data cell editing.
Focus navigation.
Card row navigation.
Incremental search.
Scrolling.
The TcxGridLayoutViewController object is referenced by the View’s Controller property.
#Inheritance
See Also