Skip to main content

TileNavSubItem.Item Property

Returns a TileNavItem that owns the current TileNavSubItem.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public TileNavItem Item { get; }

Property Value

Type Description
TileNavItem

A TileNavItem that owns the current TileNavSubItem.

Remarks

TileNavSubItems are bottom-level navigation elements owned by a TileNavItem. Read the Item property to obtain the TileNavItem that owns the current TileNavSubItem.

See Also