TcxCustomGrid.FocusedView Property
In This Article
Specifies the focused grid View.
#Declaration
Delphi
property FocusedView: TcxCustomGridView read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The focused grid View. |
#Remarks
You can use the FocusedView
property to identify the currently focused grid View and move focus between grid Views.
Tip
Every Focused
property value change raises the On
See Also