Skip to main content

PivotGridOptionsBase(EventHandler) Constructor

Initializes a new instance of the PivotGridOptionsBase class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

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

Declaration

public PivotGridOptionsBase(
    EventHandler optionsChanged
)

Parameters

Name Type Description
optionsChanged EventHandler

A delegate that will receive change notifications.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also