A newer version of this page is available.
Switch to the current version.
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.v19.1.dll
Declaration
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool KeepWhileHovered { get; set; }
<DefaultValue(False)>
<DXCategory("Behavior")>
Public Property KeepWhileHovered As Boolean
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 |
|
|
See Also
Feedback