ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileTabBadgeBuilder - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    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 class.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved