Class ContextMenu
- Namespace
- Dynamicweb.CoreUI.Actions
- Assembly
- Dynamicweb.CoreUI.dll
public class ContextMenu : UiComponentBase
- Inheritance
-
ContextMenu
- Inherited Members
- Extension Methods
Properties
ActionGroups
public IEnumerable<ActionGroup>? ActionGroups { get; set; }
Property Value
Id
public string? Id { get; set; }
Property Value
Methods
WithActionNode(ActionNode, string)
public ContextMenu WithActionNode(ActionNode action, string actionGroupName = "")
Parameters
action
ActionNodeactionGroupName
string