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

PivotGridWebOptionsBehavior(EventHandler) Constructor

Initializes a new instance of the PivotGridWebOptionsBehavior class with the specified change notifications delegate.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotGridWebOptionsBehavior(
    EventHandler optionsChanged
)

Parameters

Name Type Description
optionsChanged EventHandler

A EventHandler delegate that will receive change notifications.

Remarks

This constructor is called automatically when an ASPxPivotGrid object or its descendant initializes its ASPxPivotGrid.OptionsBehavior property.

See Also