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

PivotGridFilterItems(PivotGridData, PivotGridFieldBase, Boolean) 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,
    bool radioMode
)

Parameters

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

Remarks

Instances of the PivotGridFilterItems class are automatically created and initialized. Typically, there is no need to call this constructor directly from your code.

See Also