TcxGridCardViewController.FocusedRow Property
Represents the currently selected row in a card.
Declaration
property FocusedRow: TcxGridCardViewRow read; write;
Property Value
Type |
---|
TcxGridCardViewRow |
Remarks
Use the FocusedRow property to access the TcxGridCardViewRow instance that is associated with the currently focused row.
See Also