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

PivotGridControl.BeginInit() Method

Starts the PivotGrid’s runtime initialization.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public override void BeginInit()

Remarks

To end the pivot grid’s initialization, call the PivotGridControl.EndInit method.

See Also