Back to Devexpress

TdxSpreadSheetTableItemGroup.Level Property

vcl-dxspreadsheetcore-dot-tdxspreadsheettableitemgroup-a2a713fa.md

latest1.1 KB
Original Source

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

TdxSpreadSheetTableItemGroup Class

TdxSpreadSheetTableItemGroup Members

dxSpreadSheetCore Unit