Skip to main content

PivotCustomFilterPopupItemsEventArgs(PivotGridFilterItems) Constructor

Initializes a new instance of the PivotCustomFilterPopupItemsEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

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 ASPxPivotGrid.CustomFilterPopupItems event handlers. Typically, there is no need to call this constructor directly from your code.

See Also