Skip to main content

BaseFilter.FilterColumnNames Property

Gets names of the Pivot Grid fields that appear within the filter criteria (BaseFilter.Criteria or BaseFilter.CriteriaString).

Namespace: DevExpress.XtraPivotGrid

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

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

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 that appear within the filter criteria.

See Also