menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SubContextMenu

    Inheritance
    System.Object
    EJTagHelper
    SubContextMenu
    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 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

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved