Back to Devexpress

TileNavCategory Class

wpf-devexpress-dot-xpf-dot-navigation-c1dfb17c.md

latest3.1 KB
Original Source

TileNavCategory Class

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

Namespace : DevExpress.Xpf.Navigation

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public class TileNavCategory :
    NavElementBase
vb
Public Class TileNavCategory
    Inherits 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.

To specify the top-level navigation elements, use the TileNavPane.Categories collection. For each category, you can specify child elements using the TileNavCategory.Items collection. Finally, for each item, you can specify sub-items via the TileNavItem.Items collection.

A click on the Main Button shows top level navigation elements, i.e., TileNavCategory objects stored in the TileNavPane.Categories collection.

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 TileNavCategory

See Also

TileNavCategory Members

TileNavPane

TileNavItem

DevExpress.Xpf.Navigation Namespace