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

PivotGridControl.EndInit() Method

Ends the 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 EndInit()

Remarks

To start the pivot grid’s initialization, use the PivotGridControl.BeginInit method.

See Also