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

TileNavItem Class

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

Namespace: DevExpress.Xpf.Navigation

Assembly: DevExpress.Xpf.Controls.v19.1.dll

Declaration

public class TileNavItem :
    NavElementBase

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

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

The following code snippets (auto-collected from DevExpress Examples) contain references to the TileNavItem class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Show 16 items
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
ContentControl
DevExpress.Xpf.WindowsUI.Base.veContentControlBase
DevExpress.Xpf.WindowsUI.Base.veContentControl
DevExpress.Xpf.WindowsUI.Base.veContentContainer
DevExpress.Xpf.Controls.Primitives.ClickableBase
DevExpress.Xpf.Navigation.TileBase
DevExpress.Xpf.Navigation.TileSelectorItem
DevExpress.Xpf.Navigation.NavElementBase
TileNavItem
See Also