XRPivotGridOptionsData(PivotGridData, EventHandler) Constructor
In This Article
Initializes a new instance of the XRPivotGridOptionsData class with specified settings.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public XRPivotGridOptionsData(
PivotGridData data,
EventHandler optionsChanged
)
#Parameters
Name | Type |
---|---|
data | DevExpress. |
options |
Event |
See Also