TcxGridCardViewRow.CategoryItems Property
In This Article
Provides indexed access to the category row‘s children.
#Declaration
Delphi
property CategoryItems[AIndex: Integer]: TcxGridCardViewRow read;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the CategoryItems property to retrieve the category row’s child at the position specified by the AIndex parameter.
See Also