Skip to main content

PivotGridControl.BeginInit() Method

Starts the PivotGrid's runtime initialization.

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public override void BeginInit()

#Remarks

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

#Implements

See Also