Class NavigationActionNode
- Namespace
- Dynamicweb.CoreUI.Navigation
- Assembly
- Dynamicweb.CoreUI.dll
public abstract class NavigationActionNode : ActionNode
- Inheritance
-
NavigationActionNode
- Derived
- Inherited Members
- Extension Methods
Properties
AddAction
public ActionBase? AddAction { get; set; }
Property Value
AddLabel
public string AddLabel { get; set; }
Property Value
ContextActionGroups
public IEnumerable<ActionGroup> ContextActionGroups { get; set; }
Property Value
ContextActions
public List<ActionNode> ContextActions { get; set; }