Skip to main content

PivotGridOptionsView(EventHandler) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public PivotGridOptionsView(
    EventHandler optionsChanged
)

Parameters

Name Type
optionsChanged EventHandler
See Also