Class DropDownListFieldSettings
Inheritance
System.Object
DropDownListFieldSettings
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
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 |
|
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 |
|
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 |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Text
Maps the text column from data table for each list item
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Value
Maps the value column from data table for each list item
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|