Class NavigationNode
- Namespace
- Dynamicweb.CoreUI.Navigation
- Assembly
- Dynamicweb.CoreUI.dll
public class NavigationNode : NavigationActionNode
- Inheritance
-
NavigationNode
- Inherited Members
-
- Extension Methods
-
Properties
Active
public bool Active { get; set; }
Property Value
- bool
public NavigationNodeInfo? AdditionalInformation { get; set; }
Property Value
- NavigationNodeInfo
Annotations
public List<ActionNode> Annotations { get; set; }
Property Value
- List<ActionNode>
ExpandAction
public ActionBase? ExpandAction { get; set; }
Property Value
- ActionBase
HasSubNodes
public bool HasSubNodes { get; set; }
Property Value
- bool
Hint
public string Hint { get; set; }
Property Value
- string
Id
public string Id { get; set; }
Property Value
- string
NodeId
public string NodeId { get; }
Property Value
- string
Nodes
public List<NavigationNode> Nodes { get; set; }
Property Value
- List<NavigationNode>
Path
public NavigationNodePath? Path { get; set; }
Property Value
- NavigationNodePath