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

TdxSpreadSheetTableItems.Groups Property

Provides access to the root node of the table item group hierarchy.

#Declaration

Delphi
property Groups: TdxSpreadSheetTableItemGroups read;

#Property Value

Type
TdxSpreadSheetTableItemGroups

#Remarks

This property provides access to the column and row grouping functionality of the Spreadsheet control. By aggregating columns and/or rows into collapsible groups, you can organize large amounts of data and display only the headers and summary columns and/or rows in a spreadsheet document:

With the Groups property, you can add new column or row groups, expand, shrink, or delete existing table item groups.

For the column collection, the Groups property provides access to a hierarchy of column groups. For the row collection, this property provides access to a hierarchy of row groups instead.

Refer to the Cell Data Grouping topic for additional information.

See Also