menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class MobileMenuBaseItem

    Class for the menu base item

    Inheritance
    System.Object
    MobileMenuBaseItem
    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.Mobile.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileMenuBaseItem

    Constructors

    MobileMenuBaseItem()

    Initializes a new instance of the MobileMenuBaseItem class.

    Declaration
    public MobileMenuBaseItem()

    Properties

    Color

    Specifies Color

    Declaration
    [JsonProperty("color")]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    The color.

    ContentTemplate

    Gets or sets the content template.

    Declaration
    [JsonIgnore]
    public MvcTemplate<MobileMenuBaseItem> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<MobileMenuBaseItem>

    The content template.

    Href

    Gets or sets the href.

    Declaration
    [JsonProperty("href")]
    public string Href { get; set; }
    Property Value
    Type Description
    System.String

    The href.

    HtmlAttributes

    Gets or sets the HTML attributes.

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

    The HTML attributes.

    Id

    Gets or sets the identifier.

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The identifier.

    TemplateId

    Gets or sets the template identifier.

    Declaration
    [JsonProperty("templateId")]
    public string TemplateId { get; set; }
    Property Value
    Type Description
    System.String

    The template identifier.

    Text

    Gets or sets the text.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    TouchEnd

    Gets or sets the touch end.

    Declaration
    [JsonProperty("touchEnd")]
    public string TouchEnd { get; set; }
    Property Value
    Type Description
    System.String

    The touch end.

    TouchStart

    Gets or sets the touch start.

    Declaration
    [JsonProperty("touchStart")]
    public string TouchStart { get; set; }
    Property Value
    Type Description
    System.String

    The touch start.

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