Class MobileListViewFields
List item Fields for databinding
Inheritance
System.Object
MobileListViewFields
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 MobileListViewFields
Constructors
MobileListViewFields()
Initializes a new instance of the MobileListViewFields class.
Declaration
public MobileListViewFields()
Properties
AllowSelection
Gets or sets the allowSelection.
Declaration
[JsonProperty("allowSelection")]
public string AllowSelection { get; set; }
Property Value
Type | Description |
---|---|
System.String | The allowSelection. |
Badge
Specifies the Badge.
Declaration
[JsonProperty("badge")]
public MobileListViewBadge Badge { get; set; }
Property Value
Type | Description |
---|---|
MobileListViewBadge | The Badge. |
CheckBy
Gets or sets the checked.
Declaration
[JsonProperty("checkBy")]
public string CheckBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The checked. |
Enabled
Gets or sets the enabled.
Declaration
[JsonProperty("enabled")]
public string Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.String | The enabled. |
GroupBy
Gets or sets the group.
Declaration
[JsonProperty("groupBy")]
public string GroupBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The group. |
Href
Gets or sets the href.
Declaration
[JsonProperty("href")]
public string Href { get; set; }
Property Value
Type | Description |
---|---|
System.String | The href. |
Image
Gets or sets the image.
Declaration
[JsonProperty("image")]
public string Image { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image. |
Text
Gets or sets the text.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Value
Gets or sets the value.
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |