menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MobileNavigationBarBaseItem

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

    Constructors

    MobileNavigationBarBaseItem()

    Initializes a new instance of the MobileMenuBaseItem class.

    Declaration
    public MobileNavigationBarBaseItem()

    Properties

    BadgeValue

    Gets or sets the badge.

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

    The badge property.

    HtmlAttributes

    Gets or sets the HTML attributes.

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

    The HTML attributes.

    IconName

    Specifies the id of the element which is to be given as template.

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

    The template identifier.

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