menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MenuBaseItem

    Inheritance
    System.Object
    EJTagHelper
    MenuBaseItem
    Implements
    IBaseItems
    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 MenuBaseItem : EJTagHelper, IBaseItems

    Constructors

    MenuBaseItem()

    Initializes a new instance of the MenuBaseItem class.

    Declaration
    public MenuBaseItem()

    Properties

    ChildItems

    Gets or sets the Menu Child Items.

    Declaration
    public List<MenuBaseItem> ChildItems { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MenuBaseItem>

    The child items.

    ContentTemplate

    Gets or sets the Content template.

    Declaration
    public MvcTemplate<MenuBaseItem> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<MenuBaseItem>

    The content template.

    HtmlAttributes

    Gets or sets the HTML attributes.

    Declaration
    public IDictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    The html attributes.

    Id

    Gets or sets the identifier.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The id.

    ImageAttributes

    Gets or sets the Image attributes.

    Declaration
    public IDictionary<string, object> ImageAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    The image attributes.

    ImageUrl

    Gets or sets the image URL.

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    The image url.

    LinkAttributes

    Gets or sets the Link attributes.

    Declaration
    public IDictionary<string, object> LinkAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    The link attributes.

    SpriteCssClass

    Gets or sets the Sprite Css Class.

    Declaration
    public string SpriteCssClass { get; set; }
    Property Value
    Type Description
    System.String

    The sprite css class.

    Text

    Gets or sets the Text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    Url

    Gets or sets the URL.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    The url.

    Methods

    ShouldSerializeMenuBaseItem()

    Declaration
    public bool ShouldSerializeMenuBaseItem()
    Returns
    Type Description
    System.Boolean

    Implements

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