Class MobileNavigationBarBadgePropertiesBuilder
Inheritance
System.Object
MobileNavigationBarBadgePropertiesBuilder
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 MobileNavigationBarBadgePropertiesBuilder
Constructors
MobileNavigationBarBadgePropertiesBuilder(MobileNavigationBarProperties)
Ms the navbar Badge properties builder.
Declaration
public MobileNavigationBarBadgePropertiesBuilder(MobileNavigationBarProperties mNavigationBarModel)
Parameters
Type | Name | Description |
---|---|---|
MobileNavigationBarProperties | mNavigationBarModel | The MobileNavigationBarProperties model. |
Methods
MaxValue(Int32)
Specifies whether to render the Badge mode navigation bar based on postion. i.e top or bottom
Declaration
public MobileNavigationBarBadgePropertiesBuilder MaxValue(int maxValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxValue |
Returns
Type | Description |
---|---|
MobileNavigationBarBadgePropertiesBuilder |