Skip to main content
A newer version of this page is available. .

WizardAppearanceCollection.IsLoading Property

Gets whether the XtraWizard control is being initialized

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v18.2.dll

Declaration

public override bool IsLoading { get; }

Property Value

Type Description
Boolean

true if if the XtraWizard control is being initialized; otherwise, false.

See Also