Class DiagramContextMenuSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
DiagramContextMenuSettings
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.EJ2.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 |