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

PrefilterBase.PrefilterColumnNames Property

Gets names of the Pivot Grid fields participating in prefilter criteria.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

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

Property Value

Type Description
List<String>

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PrefilterColumnNames property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also