Class Tree
- Namespace
- Dynamicweb.CoreUI.Navigation
- Assembly
- Dynamicweb.CoreUI.dll
public class Tree : NavigationComponentBase
- Inheritance
-
Tree
- Inherited Members
- Extension Methods
Constructors
Tree()
public Tree()
Tree(NavigationComponentDisplayState)
public Tree(NavigationComponentDisplayState state)
Parameters
Properties
Areas
public List<NavigationArea> Areas { get; set; }
Property Value
ContextActions
public List<ActionNode> ContextActions { get; set; }
Property Value
PrimaryNodeAction
public ActionBase? PrimaryNodeAction { get; set; }
Property Value
Sections
public List<NavigationSection> Sections { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
TitleAction
public ActionBase? TitleAction { get; set; }