Class MultiSelectFieldSettings
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.EJ2.DropDowns
Assembly: Syncfusion.EJ2.dll
Syntax
public class MultiSelectFieldSettings : EJTagHelper
Constructors
MultiSelectFieldSettings()
Declaration
public MultiSelectFieldSettings()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
GroupBy
Group the list items with it's related items by mapping groupBy field.
Declaration
[HtmlAttributeName("groupBy")]
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
[HtmlAttributeName("htmlAttributes")]
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
[HtmlAttributeName("iconCss")]
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
[HtmlAttributeName("text")]
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
[HtmlAttributeName("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |