Skip to main content
A newer version of this page is available.
All docs
V19.2

PivotGridWebOptionsPager(PivotGridWebOptionsPager.OptionsPagerChangedEventHandler, IViewBagOwner, String) Constructor

Initializes a new instance of the PivotGridWebOptionsPager class.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridWebOptionsPager(
    PivotGridWebOptionsPager.OptionsPagerChangedEventHandler optionsChanged,
    IViewBagOwner viewBagOwner,
    string objectPath
)

Parameters

Name Type Description
optionsChanged PivotGridWebOptionsPager.OptionsPagerChangedEventHandler

A delegate that will receive change notifications.

viewBagOwner DevExpress.WebUtils.IViewBagOwner
objectPath String

Remarks

This constructor is automatically called when the ASPxPivotGrid initializes the ASPxPivotGrid.OptionsPager property.

See Also