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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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