Class CustomContexMenuItems
Gets or sets a value that indicates whether to add custom contextMenu items within the toolbar to perform any action in the grid.
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 CustomContexMenuItems : EJTagHelper
Constructors
CustomContexMenuItems()
Declaration
public CustomContexMenuItems()
Properties
Id
Gets or sets a value that indicates the id of that custom context menu items.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or sets a value that indicates the text of that custom context menu items.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |