Back to Devexpress

WizardControl.IsLoading Property

windowsforms-devexpress-dot-xtrawizard-dot-wizardcontrol-ddeb5ad2.md

latest1.1 KB
Original Source

WizardControl.IsLoading Property

Indicates whether the XtraWizard control is being initialized.

Namespace : DevExpress.XtraWizard

Assembly : DevExpress.XtraWizard.v25.2.dll

NuGet Package : DevExpress.Win

Declaration

csharp
[Browsable(false)]
public virtual bool IsLoading { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property IsLoading As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

WizardControl Class

WizardControl Members

DevExpress.XtraWizard Namespace