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

Returns the table item collection to which the current table item group belongs.

#Declaration

Delphi
property Owner: TdxSpreadSheetTableItems read;

#Property Value

Type
TdxSpreadSheetTableItems

#Remarks

Use this property to obtain the Table View worksheet’s collection of column or row objects to which the current table item group belongs. Since the Owner property returns the generic table item collection object, you need to cast it to the TdxSpreadSheetTableColumns or TdxSpreadSheetTableRows type, depending on the actual type of items within the group.

Note

To obtain the table item group’s parent node, use the Parent property.

See Also