Class MobileListViewBadge
Inheritance
System.Object
MobileListViewBadge
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 MobileListViewBadge
Constructors
MobileListViewBadge()
Initializes a new instance of the MobileListViewBadge class.
Declaration
public MobileListViewBadge()
Properties
MaxValue
Gets or sets the maxValue.
Declaration
[JsonProperty("maxValue")]
public int MaxValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The value. |
Value
Gets or sets the value.
Declaration
[JsonProperty("value")]
public int Value { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The text. |