ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DropDownListFieldSettings

    Show / Hide Table of Contents

    Class DropDownListFieldSettings

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    DropDownListFieldSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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 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 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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved