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

WizardHitInfo.IsValid Property

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

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.1.dll

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