Skip to main content
A newer version of this page is available. .

OfficeNavigationBar.PeekItem Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public NavigationBarItem PeekItem { get; }

Property Value

Type Description
NavigationBarItem

The item for which the Peek Form is currently displayed.

Remarks

See OfficeNavigationBar.ShowPeekFormOnItemHover to learn more.

See Also