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.HotTrackedGroupCursor 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.v24.2.dll

NuGet Package: DevExpress.Win

#Declaration

public virtual Cursor HotTrackedGroupCursor { 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 link is specified by the NavBarControl.HotTrackedItemCursor 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 HotTrackedGroupCursor and NavBarControl.HotTrackedItemCursor property values override the NavBarControl.Cursor property setting.

See Also