Skip to main content
All docs
V19.2

XRPivotGridOptionsView(EventHandler) Constructor

Initializes a new instance of the XRPivotGridOptionsView class.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XRPivotGridOptionsView(
    EventHandler optionsChanged
)

Parameters

Name Type Description
optionsChanged EventHandler

A delegate that will receive change notifications.

Remarks

This constructor is called automatically when an XRPivotGrid object or its descendant initializes its XRPivotGrid.OptionsView property.

See Also