Back to Devexpress

TileNavItem Class

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

latest3.0 KB
Original Source

TileNavItem Class

Represents a navigation element on the second level of the TileNavPane navigation hierarchy.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class TileNavItem :
    TileNavElement,
    ITileElementCollectionOwner
vb
Public Class TileNavItem
    Inherits TileNavElement
    Implements ITileElementCollectionOwner

The following members return TileNavItem objects:

Remarks

The TileNavPane is a hierarchical control. Each hierarchy level is rendered as a tile bar, in which elements are represented as tiles. The top hierarchy level is a bar displaying categories (TileNavCategory) as tiles. The second hierarchy level is a bar displaying items ( TileNavItem ) as tiles. And the last hierarchy level is a bar displaying sub-items (TileNavSubItem) as tiles.

Use the TileNavCategory.Items collection to add TileNavItem objects to a TileNavCategory. Use the TileNavItem.SubItems collection to add child TileNavSubItem objects to a TileNavItem.

Inheritance

Object MarshalByRefObject Component NavElement TileNavElement TileNavItem

See Also

TileNavItem Members

TileNavCategory

Items

SubItems

TileNavSubItem

DevExpress.XtraBars.Navigation Namespace