Class DropDownListFieldsPropertiesBuilder
Inheritance
System.Object
DropDownListFieldsPropertiesBuilder
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 DropDownListFieldsPropertiesBuilder
Constructors
DropDownListFieldsPropertiesBuilder(MobileDropDownListProperties)
Initializes a new instance of the
Declaration
public DropDownListFieldsPropertiesBuilder(MobileDropDownListProperties mobiledropdownlistModel)
Parameters
Type | Name | Description |
---|---|---|
MobileDropDownListProperties | mobiledropdownlistModel |
Methods
CheckBy(String)
Checks the specified checked.
Declaration
public DropDownListFieldsPropertiesBuilder CheckBy(string checkBy)
Parameters
Type | Name | Description |
---|---|---|
System.String | checkBy |
Returns
Type | Description |
---|---|
DropDownListFieldsPropertiesBuilder |
GroupBy(String)
Adds the specified Group ID.
Declaration
public DropDownListFieldsPropertiesBuilder GroupBy(string groupBy)
Parameters
Type | Name | Description |
---|---|---|
System.String | groupBy |
Returns
Type | Description |
---|---|
DropDownListFieldsPropertiesBuilder |
Image(String)
Image.
Declaration
public DropDownListFieldsPropertiesBuilder Image(string image)
Parameters
Type | Name | Description |
---|---|---|
System.String | image | image. |
Returns
Type | Description |
---|---|
DropDownListFieldsPropertiesBuilder |
Text(String)
Texts the specified text.
Declaration
public DropDownListFieldsPropertiesBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | The text. |
Returns
Type | Description |
---|---|
DropDownListFieldsPropertiesBuilder |
Value(String)
Texts the specified value.
Declaration
public DropDownListFieldsPropertiesBuilder Value(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The Value. |
Returns
Type | Description |
---|---|
DropDownListFieldsPropertiesBuilder |