Skip to main content

PivotGridWebOptionsDataField(PivotGridData, EventHandler, IViewBagOwner, String) Constructor

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotGridWebOptionsDataField(
    PivotGridData data,
    EventHandler optionsChanged,
    IViewBagOwner owner,
    string objectPath
)

Parameters

Name Type Description
data DevExpress.XtraPivotGrid.Data.PivotGridData

A PivotGridData object that contains information required to initialize the created PivotGridWebOptionsDataField object.

optionsChanged EventHandler

A method that will handle the PivotGridOptionsBase.OptionsChanged event.

owner DevExpress.WebUtils.IViewBagOwner

An IViewBagOwner object used to initialize the created object.

objectPath String

A string value used to initialize the created object.

Remarks

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

See Also