Skip to main content

PivotGridOptionsBehavior(EventHandler) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridOptionsBehavior(
    EventHandler optionsChanged
)

Parameters

Name Type Description
optionsChanged EventHandler

A delegate that will receive change notifications.

Remarks

This constructor is called automatically when a PivotGridControl object or its descendant initializes its PivotGridControl.OptionsBehavior property.

See Also