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

TileNavSubItem Class

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public class TileNavSubItem :
    TileNavElement

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 (TileNavSuItem) as tiles.

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

See Also