Back to Devexpress

PivotGridField(PivotGridData) Constructor

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfield-dot-ctor-x28-devexpress-dot-xtrapivotgrid-dot-data-dot-pivotgriddata-x29.md

latest1.3 KB
Original Source

PivotGridField(PivotGridData) Constructor

Initializes a new instance of the PivotGridField class.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotGridField(
    PivotGridData data
)
vb
Public Sub New(
    data As PivotGridData
)

Parameters

NameTypeDescription
dataDevExpress.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

PivotGridField Class

PivotGridField Members

DevExpress.XtraPivotGrid Namespace