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

NavBarControl.Cursor Property

Gets or sets a value specifying the cursor type used when the mouse pointer is over the control, but is not over a group caption or a link.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

[Browsable(false)]
public override Cursor Cursor { get; set; }

#Property Value

Type Description
Cursor

A System.Windows.Forms.Cursor class descendant specifying the cursor type (predefined cursor types are represented by the System.Windows.Forms.Cursors class properties).

#Remarks

Use the Cursor property to change the cursor type when the mouse pointer is over the NavBarControl. Note that when the mouse pointer is over a group caption, the cursor type is specified by the NavBarControl.HotTrackedGroupCursor property. The NavBarControl.HotTrackedItemCursor property, in turn, specifies the cursor type when the mouse pointer is over a link.

See Also