Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDataControllerGroups Properties

Contains information about data groups in a grid control.
Name Description
ChildCount Returns the number of children for a specified data group.
ChildDataGroupIndex Returns the index of a specific child data group.
ChildRecordIndex Returns the index of the record within a specific data group.
DataController Identifies the data controller to which the current TcxDataControllerGroups object belongs.
DataGroupIndexByRowIndex Returns the data group index for a specified row index.
FieldGroupIndex Returns the data group index by the field containing values of the mapped item that the data is grouped by.
GroupDisplayTexts Returns the group row‘s display text.
GroupingItemCount Returns the current number of grouping items.
GroupingItemIndex Returns the grouping item position within a collection of all items.
GroupValues Returns the persistent field’s value that uniquely identifies the ADataGroupIndex group row.
IsChildInMergedGroup
ItemGroupIndex Returns the group index of the item at a specified position.
Level Returns the hierarchy level of the currently processed data group.
LevelCount
ParentDataGroupIndex Returns the index of a parent data group.
See Also