WizardHitInfo.HitTest Property
In This Article
Gets a value which identifies a wizard element located under the test point.
Namespace: DevExpress.XtraWizard
Assembly: DevExpress.XtraWizard.v25.1.dll
NuGet Package: DevExpress.Win
#Declaration
public WizardHitTest HitTest { get; set; }
#Property Value
Type | Description |
---|---|
Wizard |
A Wizard |
Available values:
Name | Description |
---|---|
None | The test point does not belong to any wizard element or is outside the Xtra |
Page |
The test point belongs to a content area. |
Prev |
The test point belongs to the Back button. |
Next |
The test point belongs to the Next button. |
Cancel |
The test point belongs to the Cancel button. |
Help |
The test point belongs to the Help button. |
Navigation |
The test point belongs to the navigation panel. |
See Also