TileNavSubItem.Item Property
In This Article
Returns a TileNavItem that owns the current TileNavSubItem.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Tile |
A Tile |
#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