Class DiagramContextMenuSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramContextMenuSettings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public class DiagramContextMenuSettings : EJTagHelper
Constructors
DiagramContextMenuSettings()
Declaration
public DiagramContextMenuSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
| Type |
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> |
Items
Defines the custom context menu items
Declaration
public object Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object | The default value is null |
Show
Enables/Disables the context menu items
Declaration
public bool Show { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is undefined |
ShowCustomMenuOnly
Shows only the custom context menu items
Declaration
public bool ShowCustomMenuOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | The default value is undefined |