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

WizardHitInfo.HitTest Property

Gets a value which identifies a wizard element located under the test point.

Namespace: DevExpress.XtraWizard

Assembly: DevExpress.XtraWizard.v19.2.dll

Declaration

public WizardHitTest HitTest { get; set; }

Property Value

Type Description
WizardHitTest

A WizardHitTest enumeration value that identifies the wizard element located under the test point.

Available values:

Name Description
None

The test point does not belong to any wizard element or is outside the XtraWizard control.

PageClient

The test point belongs to a content area.

PrevButton

The test point belongs to the Back button.

NextButton

The test point belongs to the Next button.

CancelButton

The test point belongs to the Cancel button.

HelpButton

The test point belongs to the Help button.

NavigationPanel

The test point belongs to the navigation panel.

See Also