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

BaseFilter.FilterColumnNames Property

Gets names of the Pivot Grid fields participating in a filter criteria (BaseFilter.Criteria or BaseFilter.CriteriaString).

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

[Browsable(false)]
public List<string> FilterColumnNames { get; }

Property Value

Type Description
List<String>

A collection of String values that are names of the Pivot Grid fields participating in a filter criteria.

See Also