Back to Devexpress

TileNavSubItem.Item Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavsubitem.md

latest1.8 KB
Original Source

TileNavSubItem.Item Property

Returns a TileNavItem that owns the current TileNavSubItem.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public TileNavItem Item { get; }
vb
<Browsable(False)>
Public ReadOnly Property Item As TileNavItem

Property Value

TypeDescription
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

Category

TileNavSubItem Class

TileNavSubItem Members

DevExpress.XtraBars.Navigation Namespace