Skip to main content

PivotGridFilterItem.Level Property

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

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public virtual int Level { get; }

Property Value

Type Description
Int32

Always returns 0.

See Also