Back to Devexpress

NavigationPaneView.PeekFormShowDelay Property

wpf-devexpress-dot-xpf-dot-navbar-dot-navigationpaneview-64468c27.md

latest1.9 KB
Original Source

NavigationPaneView.PeekFormShowDelay Property

Gets or sets the delay before a PeekForm is displayed.

Namespace : DevExpress.Xpf.NavBar

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

NuGet Package : DevExpress.Wpf.NavBar

Declaration

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

Property Value

TypeDescription
Int32

An integer value that specifies the delay, in milliseconds, before a PeekForm is displayed.

|

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. The PeekFormShowDelay property allows you to specify the delay before a PeekForm is displayed. When the mouse pointer leaves the group, the PeekForm is automatically hidden after the delay specified with the NavigationPaneView.PeekFormHideDelay property.

See Also

PeekFormShowMode

PeekFormHideDelay

PeekFormTemplate

NavigationPaneView Class

NavigationPaneView Members

DevExpress.Xpf.NavBar Namespace