Class ComboBoxFieldsBuilder
Inheritance
System.Object
ComboBoxFieldsBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class ComboBoxFieldsBuilder
Constructors
ComboBoxFieldsBuilder(ComboBoxFields)
Specifies the mapping fields for the data items of the ComboBox.
Declaration
public ComboBoxFieldsBuilder(ComboBoxFields fields)
Parameters
Type | Name | Description |
---|---|---|
ComboBoxFields | fields | fields |
Methods
GroupBy(String)
Used to group the items.
Declaration
public ComboBoxFieldsBuilder GroupBy(string category)
Parameters
Type | Name | Description |
---|---|---|
System.String | category | category |
Returns
Type | Description |
---|---|
ComboBoxFieldsBuilder | This method returns string value |
IconCss(String)
Defines the icon CSS for the image tag.
Declaration
public ComboBoxFieldsBuilder IconCss(string spriteCssClass)
Parameters
Type | Name | Description |
---|---|---|
System.String | spriteCssClass | iconCss |
Returns
Type | Description |
---|---|
ComboBoxFieldsBuilder | This method returns string value |
Text(String)
Defines the text content for the tag.
Declaration
public ComboBoxFieldsBuilder Text(string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | text |
Returns
Type | Description |
---|---|
ComboBoxFieldsBuilder | This method returns string value |
Value(String)
Defines the tag value.
Declaration
public ComboBoxFieldsBuilder Value(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | value |
Returns
Type | Description |
---|---|
ComboBoxFieldsBuilder | This method returns string value |