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

OfficeNavigationBar.PeekFormShowDelay Property

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

Namespace: DevExpress.Xpf.Navigation

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

NuGet Package: DevExpress.Wpf.Controls

#Declaration

public int PeekFormShowDelay { get; set; }

#Property Value

Type Description
Int32

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

#Remarks

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

See Also