Skip to main content

WizardControl.EndInit() Method

Ends the XtraWizard’s runtime initialization.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public virtual void EndInit()

Remarks

This method supports the internal infrastructure, and is not intended to be used directly in your code.

To prevent excessive display updates when changing multiple properties, use the WizardControl.BeginUpdate and WizardControl.EndUpdate methods.

See Also