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

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.v19.2.dll

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