Table of Contents

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

IEnumerable<ActionGroup>

Id

public string? Id { get; set; }

Property Value

string

Methods

WithActionNode(ActionNode, string)

public ContextMenu WithActionNode(ActionNode action, string actionGroupName = "")

Parameters

action ActionNode
actionGroupName string

Returns

ContextMenu
To top