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 Properties

An individual table item group created within the tree-like hierarchy.
Name Description
Count Returns the number of table item groups nested within the current table item group.
Expanded Specifies the display state of the current table item group.
FinishIndex Specifies the index of the last column or row hosted within the table item group.
Index Returns the zero-based index of the current table item group within its parent node.
Items Provides zero-based indexed access to individual child table item groups nested within the current table item group (node).
Level Returns the nesting level of the current table item group.
Owner Returns the table item collection to which the current table item group belongs.
Parent Returns the parent node in which the current table item group is hosted.
StartIndex Specifies the index of the first column or row hosted within the table item group.
See Also