Table of Contents

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

state NavigationComponentDisplayState

Properties

Areas

public List<NavigationArea> Areas { get; set; }

Property Value

List<NavigationArea>

ContextActions

public List<ActionNode> ContextActions { get; set; }

Property Value

List<ActionNode>

PrimaryNodeAction

public ActionBase? PrimaryNodeAction { get; set; }

Property Value

ActionBase

Sections

public List<NavigationSection> Sections { get; set; }

Property Value

List<NavigationSection>

Title

public string Title { get; set; }

Property Value

string

TitleAction

public ActionBase? TitleAction { get; set; }

Property Value

ActionBase
To top