Back to Devexpress

ToolTipController.AutoPopDelay Property

windowsforms-devexpress-dot-utils-dot-tooltipcontroller-ddea5f57.md

latest1.5 KB
Original Source

ToolTipController.AutoPopDelay Property

Gets or sets the timeframe during which a tooltip is visible on-screen.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(5000)]
[DXCategory("Behavior")]
public int AutoPopDelay { get; set; }
vb
<DefaultValue(5000)>
<DXCategory("Behavior")>
Public Property AutoPopDelay As Integer

Property Value

TypeDefaultDescription
Int325000

An integer value that specifies the duration of the tooltip, in ms.

|

Remarks

The AutoPopDelay property specifies the time interval within which the tooltip is displayed. When the time has elapsed, the tooltip disappears.

See Also

InitialDelay

CloseOnClick

ToolTipController Class

ToolTipController Members

DevExpress.Utils Namespace