TdxListGroup Class
A list group.
Declaration
TdxListGroup = class(
TcxComponentCollectionItem,
IdxAutomationElement
)
Remarks
If list items are grouped, the List View control displays content in expandable groups if the GroupView property is set to True.
Main API Members
The list below outlines key members of the TdxListGroup class.
Appearance and Behavior Settings
- Automation
Provides access to UI Automation and accessibility-related settings.
Tip
Use Automation.Name and Automation.Description, and other API members to specify information visible to third-party assistive tools as UIA node properties.
- Header | Subtitle | Footer
- Specify group captions.
- HeaderAlign | FooterAlign
- Specify group caption alignment.
- Options
- Provides access to general appearance and behavior settings.
- TitleImage
- Allows you to display an image in the group header.
Grouped Items
- ItemCount
- Returns the number of grouped items accessible using the Items property.
- Items
- Provides indexed access to list items within the group.
- SelectRange | SelectAll
- Select grouped items.
State Management
General-Purpose API Members
- Collection
- Provides access to the parent collection.
- GroupID
- Specifies the unique group identifier.
- ListView
- Provides access to the parent List View control.
Direct TdxListGroup Class References
The following public API members reference a TdxListGroup object:
- TdxListGroups.Add
- Appends a new group with the default settings.
- TdxListGroups.FindByGroupID
- Searches the collection for a group with the specified identifier.
- TdxListGroups.GetGroupAtPos
- Provides access to the list group at the specified point.
- TdxListGroups.Items
- Provides indexed access to stored groups.
Inheritance
See Also