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
#Property Value
Type | Description |
---|---|
Cursor | A System. |
#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.