Skip to main content

NavBarControl.HotTrackedItemCursor Property

Gets or sets a value specifying the cursor type used when a mouse pointer is over a group caption.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual Cursor HotTrackedItemCursor { 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

The mouse pointer type over a group caption is specified by the NavBarControl.HotTrackedGroupCursor property. You can also specify a custom cursor type for the mouse pointer when it is over the control. Use the NavBarControl.Cursor property for this purpose. Note that the NavBarControl.HotTrackedGroupCursor and HotTrackedItemCursor property values override the NavBarControl.Cursor property setting.

See Also