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

TdxSpreadSheetTableItemGroup.ToggleExpanded Method

In This Article

Expands or collapses the current table item group.

#Declaration

Delphi
procedure ToggleExpanded;

#Remarks

Call this procedure to expand the collapsed column or row group:

If the current table item group is currently expanded, the ToggleExpanded procedure collapses it:

Alternatively, you can set the Expanded property to True or False in order to expand or collapse the table item group, respectively.

Note

To change the expand button position for expanded table item groups, use the table item group root node‘s ExpandButtonPosition property.

See Also