Skip to main content
A newer version of this page is available. .

PivotCustomFilterPopupItemsEventArgs(RoutedEvent, PivotGridFilterItems) Constructor

Initializes a new instance of the PivotCustomFilterPopupItemsEventArgs class.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.1.dll

Declaration

public PivotCustomFilterPopupItemsEventArgs(
    RoutedEvent routedEvent,
    PivotGridFilterItems items
)

Parameters

Name Type Description
routedEvent RoutedEvent

The routed event.

items PivotGridFilterItems

A DevExpress.XtraPivotGrid.Data.PivotGridFilterItems object representing a collection of filter dropdown items. This value 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