Skip to main content

PivotGridOptionsDataField(PivotGridData, IViewBagOwner, String) Constructor

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

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

Declaration

public PivotGridOptionsDataField(
    PivotGridData data,
    IViewBagOwner owner,
    string objectPath
)

Parameters

Name Type Description
data DevExpress.XtraPivotGrid.Data.PivotGridData

A PivotGridData object which contains the information required to initialize the created PivotGridOptionsDataField object.

owner DevExpress.WebUtils.IViewBagOwner

An IViewBagOwner object that is used to initialize the created object.

objectPath String

A string value that is 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