Inheritance
System.Object
DiagramContextMenuSettings
Assembly: Syncfusion.EJ2.dll
public class DiagramContextMenuSettings : EJTagHelper
Constructors
Declaration
public DiagramContextMenuSettings()
Properties
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Defines the custom context menu items
Declaration
public object Items { get; set; }
Property Value
Type |
Description |
System.Object |
|
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Enables/Disables the context menu items
Declaration
public bool Show { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Shows only the custom context menu items
Declaration
public bool ShowCustomMenuOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|