Table of Contents

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

ActionBase

AddLabel

public string AddLabel { get; set; }

Property Value

string

ContextActionGroups

public IEnumerable<ActionGroup> ContextActionGroups { get; set; }

Property Value

IEnumerable<ActionGroup>

ContextActions

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

Property Value

List<ActionNode>
To top