Table of Contents

Enum NavigationItemType

Namespace
SharpConsoleUI.Controls
Assembly
SharpConsoleUI.dll

Specifies the type of a navigation item in a NavigationView.

public enum NavigationItemType
Extension Methods

Fields

Header = 1

A non-selectable header that groups child items. Supports collapse/expand.

Item = 0

A selectable navigation item.

Separator = 2

A non-selectable visual separator (horizontal line).