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
AdditionalInformation
public NavigationNodeInfo? AdditionalInformation { get; set; }
Property Value
Annotations
public List<ActionNode> Annotations { get; set; }
Property Value
ExpandAction
public ActionBase? ExpandAction { get; set; }
Property Value
HasSubNodes
public bool HasSubNodes { get; set; }
Property Value
Hint
public string Hint { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
NodeId
public string NodeId { get; }
Property Value
Nodes
public List<NavigationNode> Nodes { get; set; }
Property Value
Path
public NavigationNodePath? Path { get; set; }