TcxGridCardViewController.FocusedCard Property
Represents the currently selected card in a Card View.
Declaration
property FocusedCard: TcxGridCard read; write;
Property Value
| Type |
|---|
| TcxGridCard |
Remarks
Use the FocusedCard property to access the TcxGridCard instance that is associated with the currently selected card.
See Also