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

    Gets internal information used to render the navigation element at the screen point.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public TileItemViewInfo ItemInfo { get; set; }

    Property Value

    Type Description
    DevExpress.XtraEditors.TileItemViewInfo

    An object that specifies internal information used to render the navigation element at the screen point.

    See Also