Back to Devexpress

PivotGridControl() Constructor

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-dot-ctor-c09442bc.md

latest1.2 KB
Original Source

PivotGridControl() Constructor

Initializes a new instance of the PivotGridControl class.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public PivotGridControl()
vb
Public Sub New

Remarks

Use this constructor to create a new Pivot Grid Control at runtime. The control’s Parent property should be initialized to make the control available on a form.

See Also

DataSource

DataMember

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace