Class TreeGridContextMenuOptions
Options for displaying and customizing context menu items.
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 TreeGridContextMenuOptions : EJTagHelper
Constructors
TreeGridContextMenuOptions()
Declaration
public TreeGridContextMenuOptions()
Properties
ContextMenuItems
Option for adding items to context menu
Declaration
[JsonProperty("contextMenuItems")]
public List<string> ContextMenuItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
ShowContextMenu
Shows/hides the context menu.
Declaration
[JsonProperty("showContextMenu")]
public bool ShowContextMenu { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
ShouldSerializeContextMenuItems()
Declaration
public bool ShouldSerializeContextMenuItems()
Returns
Type | Description |
---|---|
System.Boolean |