Back to Devexpress

PivotGridControl.ForceInitialize() Method

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-f9729e6b.md

latest1.2 KB
Original Source

PivotGridControl.ForceInitialize() Method

Forces the Pivot Grid Control to finish its initialization.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public virtual void ForceInitialize()
vb
Public Overridable Sub ForceInitialize

Remarks

You must call the ForceInitialize method before changing grid options when a form is being loaded (for instance, when changing the Pivot Grid Control’s settings in the Form.Load event handler). After the Pivot Grid Control has been initialized, you can manipulate its settings safely.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace