Back to Devexpress

PivotGridControl.BeginInit() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-df2db6fa.md

latest1.1 KB
Original Source

PivotGridControl.BeginInit() Method

Starts the PivotGrid’s runtime initialization.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public override void BeginInit()
vb
Public Overrides Sub BeginInit

Remarks

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

See Also

EndInit()

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace