Class MobileNavigationBarBaseItem
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. |