PivotGridControl.BeginInit() Method
In This Article
Starts the PivotGrid’s runtime initialization.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
#Remarks
To end the pivot grid’s initialization, call the PivotGridControl.EndInit method.
See Also