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

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

Parameters

Name Type Description
data DevExpress.XtraPivotGrid.Data.PivotGridData

A DevExpress.XtraPivotGrid.Data.PivotGridData object that is the internal container for data displayed in the PivotGrid control.

field PivotGridFieldBase

A PivotGridFieldBase descendant that is the pivot grid field.

radioMode Boolean
showOnlyAvailableItems Boolean
deferUpdates Boolean
needDisplayText Boolean
needAllItems Boolean
See Also