PivotGroupFilterValue.Level Property
In This Article
Gets the hierarchy level of the field to which the filter value corresponds.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value representing the hierarchy level of the field to which the filter value corresponds. |
#Remarks
You can also use the PivotGroupFilterValue.IsLastLevel property to obtain whether the field is at the last hierarchy level in the current group.
Use the PivotGroupFilterValue.Field property to obtain the field to which the filter value corresponds.
See Also