Skip to main content

TcxPivotGridGroupItem.Level Property

Gets a hierarchical level of the currently processed grouping value.

Declaration

property Level: Integer read;

Property Value

Type
Integer

Remarks

If two or more fields are dropped in the column header area or row header area, then column field values or row field values are organized in the view into a hierarchical tree. Each outer field value is the parent for inner field values.

Use the Level property to get the depth of the currently processed grouping value in the hierarchy.

Note

the Level property returns the value of -1, if the currently processed grouping value is the root (the Parent property’s value is nil).

See Also