Class DropDownListFieldSettings
Inheritance
System.Object
    Syncfusion.EJ2.EJTagHelper
    DropDownListFieldSettings
  Namespace: Syncfusion.EJ2.DropDowns
Assembly: Syncfusion.EJ2.dll
Syntax
public class DropDownListFieldSettings : EJTagHelper
  Constructors
DropDownListFieldSettings()
Declaration
public DropDownListFieldSettings()
  Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
  Property Value
| Type | 
|---|
| Syncfusion.EJ2.MvcTemplate<System.Object> | 
Disabled
Defines whether the particular field value is disabled or not.
Declaration
public string Disabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
GroupBy
Group the list items with it's related items by mapping groupBy field.
Declaration
public string GroupBy { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
HtmlAttributes
Allows additional attributes such as title, disabled, etc., to configure the elements in various ways to meet the criteria.
Declaration
public string HtmlAttributes { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
IconCss
Maps the icon class column from data table for each list item.
Declaration
public string IconCss { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
Text
Maps the text column from data table for each list item
Declaration
public string Text { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  | 
      
Value
Maps the value column from data table for each list item
Declaration
public string Value { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | The default value is null  |