Class SubContextMenu
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SubContextMenu : EJTagHelper
Constructors
SubContextMenu()
Declaration
public SubContextMenu()
Properties
ContextMenuItem
Used to get or set the corresponding custom context menu item to which the submenu to be appended.
Declaration
[JsonProperty("contextMenuItem")]
public string ContextMenuItem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SubMenu
Used to get or set the sub menu items to the custom context menu item.
Declaration
[JsonProperty("subMenu")]
public List<string> SubMenu { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Template
Used to get or set the submenu item from the template.
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ShouldSerializeContextmenuItems()
Gets or sets a value that indicates whether the context menu items should serialize.
Declaration
public bool ShouldSerializeContextmenuItems()
Returns
Type | Description |
---|---|
System.Boolean | It returns the Boolean |