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

PivotGridFilterItem.Level Property

Gets the hierarchy level of the filter item when overridden in descendant classes.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public virtual int Level { get; }

Property Value

Type Description
Int32

Always returns 0.

See Also