TileNavSubItem.Item Property
Returns a TileNavItem that owns the current TileNavSubItem.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v23.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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