Skip to main content
All docs
V25.1
  • OfficeNavigationBarHitInfo.Item Property

    Gets the navigation item at the screen point.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public NavigationBarItem Item { get; set; }

    Property Value

    Type Description
    NavigationBarItem

    An object that specifies the navigation item at the screen point.

    See Also