windowsforms-devexpress-dot-xtranavbar-dot-navbarcontrol-9e4a29d9.md
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.v25.2.dll
NuGet Package : DevExpress.Win
[Browsable(false)]
public override Cursor Cursor { get; set; }
<Browsable(False)>
Public Overrides Property Cursor As Cursor
| 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).
|
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