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

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

Parameters

Name Type
data DevExpress.XtraPivotGrid.Data.PivotGridData
field PivotGridFieldBase
radioMode Boolean
showOnlyAvailableItems Boolean
deferUpdates Boolean
See Also