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

PivotGridOptionsView(EventHandler) Constructor

Initializes a new instance of the PivotGridOptionsView class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotGridOptionsView(
    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.OptionsView property.

See Also