Back to Devexpress

HtmlContentPopup.AutoHidingDelay Property

windowsforms-devexpress-dot-xtraeditors-dot-htmlcontentpopup-563047e0.md

latest2.1 KB
Original Source

HtmlContentPopup.AutoHidingDelay Property

Gets or sets a delay after which the HtmlContentPopup (opened as a popup window) is automatically closed if the HtmlContentPopup.HideAutomatically property is enabled.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int32250

A delay after which the HtmlContentPopup (opened as a popup window) is automatically closed.

|

Remarks

See the following property for more information: HtmlContentPopup.HideAutomatically.

See Also

Show(IWin32Window, Rectangle)

Hidden

Hide()

HideAutomatically

HideOnElementClick

HtmlContentPopup Class

HtmlContentPopup Members

DevExpress.XtraEditors Namespace