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

PivotGridControl() Constructor

Initializes a new instance of the PivotGridControl class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.PivotGrid

Declaration

public PivotGridControl()

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