Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

OfficeNavigationBarHitInfo.HitTest Property

Gets or sets the visual element at the screen point.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public OfficeNavigationBarHitTest HitTest { get; set; }

#Property Value

Type Description
OfficeNavigationBarHitTest

A value that identifies the visual element at the screen point.

Available values:

Name Description
Control

The point belongs to the control, but not a navigation item or the customization button.

Item

The point belongs to a navigation item.

CustomizationButton

The point belongs to the customization button.

See Also