TdxListGroup Class
A list group.
Declaration
TdxListGroup = class(
TcxComponentCollectionItem
)
Remarks
The TdxListGroup class members allow you to do the following:
- Count items in the group (ItemCount).
- Access items (Items).
- Select items (SelectRange and SelectAll).
- Specify the group’s captions (Header, Subtitle, and Footer).
- Align the group’s captions (HeaderAlign and FooterAlign).
- Show an image in the group’s header (TitleImage).
- Access the group’s owners (ListView and Collection).
- Expand or collapse the group (Collapsed).
- Focus the group (Focused).
- Customize group appearance and behavior (Options).
- Specify the group’s identifier (GroupID).
Members of the TdxCustomListView and TdxListGroups classes reference a TdxListGroup object.
Inheritance
See Also