menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CustomContexMenuItems

    Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    EJTagHelper
    CustomContexMenuItems
    CustomContextMenuItems
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved