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

ImageShape

public ContextMenu.OptionImageShape ImageShape { get; set; }

Property Value

ContextMenu.OptionImageShape

Methods

WithActionNode(ActionNode, bool, string)

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

Parameters

action ActionNode
prepend bool
actionGroupName string

Returns

ContextMenu

WithActionNode(ActionNode, string)

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

Parameters

action ActionNode
actionGroupName string

Returns

ContextMenu
To top