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