Skip to main content

WizardHitInfo.IsValid Property

Indicates whether the hit information supplied by this object is valid.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v23.2.dll

NuGet Package: DevExpress.Win

Declaration

public bool IsValid { get; }

Property Value

Type Description
Boolean

true if the hit information is valid; otherwise, false.

Remarks

This member supports the .NET Framework infrastructure and cannot be used directly from your code.

See Also