Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NavigationPaneView.PeekFormShowDelay Property

Gets or sets the delay before a PeekForm is displayed.

Namespace: DevExpress.Xpf.NavBar

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

NuGet Package: DevExpress.Wpf.NavBar

#Declaration

public int PeekFormShowDelay { get; set; }

#Property Value

Type Description
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