Skip to main content

PivotGridOptionsData(PivotGridData, EventHandler) Constructor

Initializes a new instance of the PivotGridOptionsData class.

Namespace: DevExpress.XtraPivotGrid

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

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

Declaration

public PivotGridOptionsData(
    PivotGridData data,
    EventHandler optionsChanged
)

Parameters

Name Type Description
data DevExpress.XtraPivotGrid.Data.PivotGridData

A PivotGridData object which contains the information required to initialize the created PivotGridOptionsData object.

optionsChanged EventHandler

An event handler that will fire after options of the created PivotGridOptionsData object have been changed.

Remarks

This constructor is used to initialize the PivotGridControl.OptionsData property. Typically there is no need to call this constructor directly from your code.

See Also