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