Table of Contents

Class ActionGroup

Namespace
Dynamicweb.CoreUI.Actions
Assembly
Dynamicweb.CoreUI.dll
public class ActionGroup
Inheritance
ActionGroup
Inherited Members

Properties

Name

public string Name { get; set; }

Property Value

string

Nodes

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

Property Value

List<ActionNode>

Title

public string Title { get; set; }

Property Value

string
To top