Back to Devexpress

OfficeNavigationBar.PeekFormShowDelay Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-36277e03.md

latest1.9 KB
Original Source

OfficeNavigationBar.PeekFormShowDelay Property

Gets or sets the time in milliseconds, after which the Peek Form is automatically displayed when hovering over an item.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(1500)]
[DXCategory("Behavior")]
public int PeekFormShowDelay { get; set; }
vb
<DefaultValue(1500)>
<DXCategory("Behavior")>
Public Property PeekFormShowDelay As Integer

Property Value

TypeDefaultDescription
Int321500

The time in milliseconds, after which the Peek Form is displayed when hovering over an item.

|

Remarks

The PeekFormShowDelay property is in effect when the Peek Form’s automatic display is enabled on hovering items. See OfficeNavigationBar.ShowPeekFormOnItemHover to learn more.

See Also

OfficeNavigationBar.ShowPeekFormOnItemHover

NavigationBarItem.ShowPeekFormOnItemHover

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace