Class MobileTabBadgeBuilder
Section for badge specific functionalities.
Inheritance
System.Object
MobileTabBadgeBuilder
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 MobileTabBadgeBuilder
Constructors
MobileTabBadgeBuilder(MobileTabBadgeProperties)
Initializes a new instance of the
Declaration
public MobileTabBadgeBuilder(MobileTabBadgeProperties mTabModel)
Parameters
Type | Name | Description |
---|---|---|
MobileTabBadgeProperties | mTabModel | The m tab model. |
Methods
MaximumValue(String)
Specifies the maximum value allowed for a badge.
Declaration
public MobileTabBadgeBuilder MaximumValue(string maximumBadgeValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | maximumBadgeValue | The maximum badge value. |
Returns
Type | Description |
---|---|
MobileTabBadgeBuilder |