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

OfficeNavigationBarHitInfo.ItemInfo Property

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

Namespace: DevExpress.XtraBars.Navigation

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