Back to Devexpress

OfficeNavigationBar.PeekFormHideDelay Property

wpf-devexpress-dot-xpf-dot-navigation-dot-officenavigationbar-2ba3f6b3.md

latest2.4 KB
Original Source

OfficeNavigationBar.PeekFormHideDelay Property

Gets or sets the delay, in milliseconds, elapsed before the peek form is automatically hidden. This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public int PeekFormHideDelay { get; set; }
vb
Public Property PeekFormHideDelay As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the delay, in milliseconds, elapsed before the peek form is automatically hidden.

|

Remarks

The OfficeNavigationBar items are capable of displaying a pop-up Peek Form when hovered over with the mouse pointer (see OfficeNavigationBar.ShowPeekFormOnItemHover). The PeekFormHideDelay property specifies the delay that elapses before the Peek Form is automatically hidden when the mouse pointer leaves the item. Note that if the OfficeNavigationBar is associated with the NavBarControl that uses the NavigationPaneView (see OfficeNavigationBar.NavigationClient), the delay is specified by the NavigationPaneView.PeekFormHideDelay property, and the current property is not in effect.

See Also

PeekFormShowDelay

ShowPeekFormOnItemHover

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.Xpf.Navigation Namespace