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

TileNavSubItem.Item Property

Returns a TileNavItem that owns the current TileNavSubItem.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

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