Skip to main content
All docs
V26.1
  • XRPivotGridOptionsData(PivotGridData, EventHandler) Constructor

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

    Namespace: DevExpress.XtraReports.UI.PivotGrid

    Assembly: DevExpress.XtraReports.v26.1.dll

    Declaration

    public XRPivotGridOptionsData(
        PivotGridData data,
        EventHandler optionsChanged
    )

    Parameters

    Name Type
    data DevExpress.XtraPivotGrid.Data.PivotGridData
    optionsChanged EventHandler
    See Also