TcxVirtualVerticalGrid.FocusedRecordIndex Property
In This Article
Specifies the index of the focused record within the vertical grid.
#Declaration
Delphi
property FocusedRecordIndex: Integer read; write;
#Property Value
Type |
---|
Integer |
#Remarks
Use this property to do one of the following:
Obtain the index of the currently focused record;
Focus a specific record (identified by its index) within the vertical grid.
See Also