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

Returns the nesting level of the current table item group.

#Declaration

Delphi
property Level: Integer read;

#Property Value

Type
Integer

#Remarks

Use this property to identify the position of the current column or row group in the hierarchy. If the Level property returns 0, the group is located at the table item group root node.

The maximum value of the Level property is one less than the dxSpreadSheetMaxOutlineLevel global constant value.

See Also