Skip to main content
All docs
V20.2

PivotGridFilterItems(PivotState, IPivotGridField, Boolean, Boolean) Constructor

Initializes a new instance of the PivotGridFilterItems class with specified settings.

Namespace: DevExpress.XtraPivotGrid.Data

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public PivotGridFilterItems(
    PivotState state,
    IPivotGridField field,
    bool radioMode,
    bool showOnlyAvailableItems
)

Parameters

Name Type
state DevExpress.PivotGrid.DataCalculation.PivotState
field DevExpress.PivotGrid.Internal.IPivotGridField
radioMode Boolean
showOnlyAvailableItems Boolean
See Also