PivotCustomFilterPopupItemsEventArgs(RoutedEvent, PivotGridFilterItems) Constructor
Initializes a new instance of the PivotCustomFilterPopupItemsEventArgs class.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
public PivotCustomFilterPopupItemsEventArgs(
RoutedEvent routedEvent,
PivotGridFilterItems items
)
Parameters
Name | Type | Description |
---|---|---|
routedEvent | RoutedEvent | The routed event. |
items | DevExpress.XtraPivotGrid.Data.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