Skip to main content

TdxSpreadSheetTableItemGroup.Expanded Property

Specifies the display state of the current table item group.

Declaration

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