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.v18.2.Core.dll

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