Skip to main content

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

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

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