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

PivotGridOptionsCustomizationEx(EventHandler) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.1.dll

Declaration

public PivotGridOptionsCustomizationEx(
    EventHandler optionsChanged
)

Parameters

Name Type Description
optionsChanged EventHandler

A delegate that will handle firing of the event, as a result of changing the object’s properties.

See Also