Class MobileTabItemBadgeProperties
Section for tab item badge render mode specific functionalities.
Inheritance
System.Object
MobileTabItemBadgeProperties
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 MobileTabItemBadgeProperties
Constructors
MobileTabItemBadgeProperties()
Initializes a new instance of the MobileTabItemBadgeProperties class.
Declaration
public MobileTabItemBadgeProperties()
Properties
MaximumBadgeValue
Specifies the maximum value allowed for a badge.
Declaration
[JsonProperty("maxValue")]
public string MaximumBadgeValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The maximum badge value. |
Value
Specifies the value allowed for a badge.
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The badge value. |