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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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