Skip to main content
A newer version of this page is available.
All docs
V18.2

XRPivotGridOptionsView(EventHandler) Constructor

Initializes a new instance of the XRPivotGridOptionsView class.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v18.2.dll

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