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

Returns the parent node in which the current table item group is hosted.

#Declaration

Delphi
property Parent: TdxSpreadSheetTableItemGroup read;

#Property Value

Type
TdxSpreadSheetTableItemGroup

#Remarks

Use this property to identify the parent node of the current column or row group. If the table item group is hosted within the table item group root node, the Parent property returns nil.

Note

To obtain the table item collection within a Table View worksheet to which the current table item group belongs, use the Owner property.

See Also