ToolTipController.KeepWhileHovered Property
Gets or sets whether a displayed tooltip remains visible while the mouse cursor keeps moving (without pauses) towards the tooltip and while it hovers the tooltip.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if a tooltip remains displayed while the mouse cursor is over this tooltip; otherwise, false. |
Remarks
The KeepWhileHovered and ToolTipController.CloseOnClick properties specify when tooltips are closed and remain visible.
Properties | When the displayed tooltip is auto-hidden | When the displayed tooltip remains visible |
---|---|---|
KeepWhileHovered=true CloseOnClick=Default |
|
|
KeepWhileHovered=true CloseOnClick=True |
|
|
KeepWhileHovered=false CloseOnClick=Default |
| |
KeepWhileHovered=false CloseOnClick=True |
|
|