WizardControl.BeginInit() Method
Starts the XtraWizard’s runtime initialization.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v24.1.dll
NuGet Package: DevExpress.Win
Declaration
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