TdxListGroups Class
A list group collection.
Declaration
TdxListGroups = class(
TcxInterfacedComponentCollection
)
Remarks
The TdxListGroups class members allow you to do the following:
- Add groups (Add and Insert).
- Delete groups (Delete and Clear).
- Count groups (Count).
- Access groups (Items).
- Find groups by specific criteria (FindByGroupID and FindByHeader).
- Access groups and items at a specific point (GetGroupAtPos and GetItemAtPos).
- Obtain the identifier of the next added group (NextGroupID).
The List View’s Groups property references a TdxListGroups object.
Inheritance
See Also