PivotGridOptionsCustomization(EventHandler) Constructor
Initializes a new instance of the PivotGridOptionsCustomization class.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
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