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

PivotGridFieldCollectionBase.GetPrefilterFields(IList<String>) Method

Gets a list of field names that are shown in the Prefilter.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public IList GetPrefilterFields(
    IList<string> prefilterColumnNames
)

Parameters

Name Type
prefilterColumnNames IList<String>

Returns

Type Description
IList

A list of fields that are shown in the Prefilter.

See Also