Skip to main content

PivotGridOptionsCustomization(EventHandler) Constructor

Initializes a new instance of the PivotGridOptionsCustomization class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public PivotGridOptionsCustomization(
    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.OptionsCustomization property.

See Also