Skip to main content

OfficeNavigationBarHitInfo.ItemInfo Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.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