Skip to main content
A newer version of this page is available. .

PivotGridFieldBase(PivotGridData) Constructor

Initializes a new instance of the PivotGridFieldBase class.

Namespace: DevExpress.XtraPivotGrid

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

Declaration

public PivotGridFieldBase(
    PivotGridData dataFieldData
)

Parameters

Name Type Description
dataFieldData DevExpress.XtraPivotGrid.Data.PivotGridData

A DevExpress.XtraPivotGrid.Data.PivotGridData object.

Remarks

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

See Also