windowsforms-devexpress-dot-xtralayout-dot-baselayoutitemoptionstooltip-ee572ec1.md
Gets or sets whether the tooltip is displayed immediately or after a delay.
Namespace : DevExpress.XtraLayout
Assembly : DevExpress.XtraLayout.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(false)]
[XtraSerializableProperty]
public bool ImmediateToolTip { get; set; }
<XtraSerializableProperty>
<DefaultValue(False)>
Public Property ImmediateToolTip As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if the tooltip is displayed immediately; otherwise, false.
|
You can access this nested property as listed below:
| Object Type | Path to ImmediateToolTip |
|---|---|
| BaseLayoutItem |
.OptionsToolTip .ImmediateToolTip
|
If the ImmediateToolTip property is set to true the tooltip is displayed immediately after an end-user hovers over the layout item caption with the mouse cursor. If the property is set to false the tooltip is displayed after a delay which is specified by the ToolTipController (see the ToolTipController.InitialDelay and ToolTipController.ReshowDelay properties).
The tooltip text for the layout item caption can be specified using the BaseLayoutItemOptionsToolTip.ToolTip property.
See Also
BaseLayoutItemOptionsToolTip Class