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.Expanded Property

Specifies the display state of the current table item group.

#Declaration

Delphi
property Expanded: Boolean read; write;

#Property Value

Type
Boolean

#Remarks

If this property is set to True, the current table item group is expanded, making its columns or rows and child (nested) table item groups visible:

Otherwise, the column or row group is collapsed:

Alternatively, you can invoke the ToggleExpanded procedure that expands or collapses the table item group depending on its current state.

Note

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

See Also