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

PivotGridOptionsBehaviorBase(EventHandler) Constructor

Initializes a new instance of the PivotGridOptionsBehaviorBase class with the specified settings.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.1.Core.dll

Declaration

public PivotGridOptionsBehaviorBase(
    EventHandler optionsChanged
)

Parameters

Name Type Description
optionsChanged EventHandler

A delegate that will receive change notifications.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also