Skip to main content
A newer version of this page is available.
All docs
V18.2

PivotGridFilterItems(PivotGridData, PivotGridFieldBase) Constructor

Initializes a new instance of the PivotGridFilterItems class. For internal use.

Namespace: DevExpress.XtraPivotGrid.Data

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

Declaration

public PivotGridFilterItems(
    PivotGridData data,
    PivotGridFieldBase field
)

Parameters

Name Type
data DevExpress.XtraPivotGrid.Data.PivotGridData
field PivotGridFieldBase

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also