Back to Devexpress

OfficeNavigationBar.PeekItem Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-officenavigationbar-3d32a1ab.md

latest1.5 KB
Original Source

OfficeNavigationBar.PeekItem Property

Gets the item for which the Peek Form is currently displayed.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public NavigationBarItem PeekItem { get; }
vb
<Browsable(False)>
Public ReadOnly Property PeekItem As NavigationBarItem

Property Value

TypeDescription
NavigationBarItem

The item for which the Peek Form is currently displayed.

|

Remarks

See OfficeNavigationBar.ShowPeekFormOnItemHover to learn more.

See Also

ShowPeekFormOnItemHover

OfficeNavigationBar Class

OfficeNavigationBar Members

DevExpress.XtraBars.Navigation Namespace