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

PivotCustomFilterPopupItemsEventArgs(PivotGridFilterItems) Constructor

Initializes a new instance of the PivotCustomFilterPopupItemsEventArgs class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotCustomFilterPopupItemsEventArgs(
    PivotGridFilterItems items
)

Parameters

Name Type Description
items 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