Class MobileListViewFieldsBuilder
List item Fields builder
Inheritance
System.Object
MobileListViewFieldsBuilder
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 MobileListViewFieldsBuilder
Constructors
MobileListViewFieldsBuilder(MobileListViewFields)
Declaration
public MobileListViewFieldsBuilder(MobileListViewFields item)
Parameters
Type | Name | Description |
---|---|---|
MobileListViewFields | item |
Methods
AllowSelection(String)
The allowSelection.
Declaration
public MobileListViewFieldsBuilder AllowSelection(string allowSelection)
Parameters
Type | Name | Description |
---|---|---|
System.String | allowSelection | AllowSelection. |
Returns
Type | Description |
---|---|
MobileListViewFieldsBuilder |
Badge(Action<MobileListViewBadgeBuilder>)
Specifies the Badge.
Declaration
public MobileListViewFieldsBuilder Badge(Action<MobileListViewBadgeBuilder> badge)
Parameters
Type | Name | Description |
---|---|---|
System.Action<MobileListViewBadgeBuilder> | badge | Badge |
Returns
Type | Description |
---|---|
MobileListViewFieldsBuilder |
CheckBy(String)
Checks the specified checked.
Declaration
public MobileListViewFieldsBuilder CheckBy(string checkBy)
Parameters
Type | Name | Description |
---|---|---|
System.String | checkBy | The checked. |
Returns
Type | Description |
---|---|
MobileListViewFieldsBuilder |
Enabled(String)
enabled.
Declaration
public MobileListViewFieldsBuilder Enabled(string enabled)
Parameters
Type | Name | Description |
---|---|---|
System.String | enabled | enabled. |
Returns
Type | Description |
---|---|
MobileListViewFieldsBuilder |
GroupBy(String)
Groups the List items.
Declaration
public MobileListViewFieldsBuilder GroupBy(string groupBy)
Parameters
Type | Name | Description |
---|---|---|
System.String | groupBy | GroupdId |
Returns
Type | Description |
---|---|
MobileListViewFieldsBuilder |
Href(String)
Hrefs the specified href.
Declaration
public MobileListViewFieldsBuilder Href(string href)
Parameters
Type | Name | Description |
---|---|---|
System.String | href | The href. |
Returns
Type | Description |
---|---|
MobileListViewFieldsBuilder |
Image(String)
Images.
Declaration
public MobileListViewFieldsBuilder Image(string image)
Parameters
Type | Name | Description |
---|---|---|
System.String | image | The image. |
Returns
Type | Description |
---|---|
MobileListViewFieldsBuilder |
Text(String)
Texts the specified text.
Declaration
public MobileListViewFieldsBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text. |
Returns
Type | Description |
---|---|
MobileListViewFieldsBuilder |
Value(String)
The value.
Declaration
public MobileListViewFieldsBuilder Value(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | value. |
Returns
Type | Description |
---|---|
MobileListViewFieldsBuilder |