Back to Devexpress

NavigationPaneView.PeekFormHideDelay Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navigationpaneview-e542497a.md

latest1.8 KB
Original Source

NavigationPaneView.PeekFormHideDelay Property

Gets or sets the delay before a PeekForm is hidden.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

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, before a PeekForm is hidden.

|

Remarks

If the NavigationPaneView.PeekFormShowMode property is set to OverflowPanel , Collapsed or Both , PeekForms are shown for inactive groups when an end-user hovers over these groups with the mouse pointer. When the mouse pointer leaves the group, the PeekForm is automatically hidden. The PeekFormHideDelay property allows you to specify the delay before a PeekForm is hidden.

See Also

PeekFormShowDelay

PeekFormShowMode

PeekFormTemplate

NavigationPaneView Class

NavigationPaneView Members

DevExpress.Xpf.NavBar Namespace