TdxListGroup Class
A list group.
Declaration
TdxListGroup = class(
TcxComponentCollectionItem,
IdxAutomationElement
)
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 group captions (Header, Subtitle, and Footer).
- Align group captions (HeaderAlign and FooterAlign).
- Display an image in the group header (TitleImage).
- Access group owners (ListView and Collection).
- Expand or collapse the group (Collapsed).
- Focus the group (Focused).
- Customize group appearance and behavior (Options).
- Specify the group identifier (GroupID).
TdxCustomListView and TdxListGroups class members reference a TdxListGroup object.
Inheritance
See Also