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

TcxPivotGridGroupItem.Level Property

Gets a hierarchical level of the currently processed grouping value.

#Declaration

Delphi
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