Skip to main content

PivotCustomFilterPopupItemsEventArgs(PivotGridFilterItems) Constructor

Initializes a new instance of the PivotCustomFilterPopupItemsEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotCustomFilterPopupItemsEventArgs(
    PivotGridFilterItems items
)

Parameters

Name Type Description
items DevExpress.XtraPivotGrid.Data.PivotGridFilterItems

A DevExpress.XtraPivotGrid.Data.PivotGridFilterItems object representing a collection of filter drop-down items. This collection is assigned to the PivotCustomFilterPopupItemsEventArgs.Items property.

Remarks

Instances of the PivotCustomFilterPopupItemsEventArgs class are automatically created, initialized and passed to the PivotGridControl.CustomFilterPopupItems event handlers. Typically, there is no need to call this constructor directly from your code.

See Also