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 Methods
Show Inherited Hide Inherited

Contains information about data groups in a grid control.
Name Description
ChangeExpanding(Integer,Boolean,Boolean) Expands or collapses a data group.
ChangeGrouping(Integer,Integer,Boolean,Boolean) Sets the group index for a specified item
ClearGrouping Removes grid data grouping.
Equals(TObject) Inherited from TObject.
FullCollapse Collapses all data groups within a grid control recursively.
FullExpand Expands all data groups within a grid control recursively.
GetDataGroupIndexByGroupValue(TcxDataGroupIndex,Variant) Returns an index of the group row (data group) by the corresponding value stored in the underlying persistent field.
GetGroupingItemIndexByLevelGroupedItemIndex(Integer,Integer)
GetHashCode Inherited from TObject.
GetItemGroupIndexByLevelGroupedItemIndex(Integer,Integer)
GetLevelByItemGroupIndex(Integer)
GetLevelGroupedItemCount(Integer)
GetParentGroupingItemIndex(Integer)
HasAsParent(Integer,Integer) Checks whether the ARowIndex row is a child of the AParentRowIndex row.
LoadRecordIndexes(TList,TcxDataGroupIndex) Populates AList with indexes of records that correspond to rows of the ADataGroupIndex data group.
LoadRecordIndexesByRowIndex(TList,Integer) Populates AList with indexes of records that correspond to rows of the data group identified by the ARowIndex row.
ToString Inherited from TObject.
See Also