Skip to main content
A newer version of this page is available. .

PivotGroupFilterValue.Level Property

Gets the hierarchy level of the field to which the filter value corresponds.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

[XtraSerializableProperty(1)]
public int Level { get; }

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