menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class DropDownListFields

    Represents the DropDownList UI element.

    Inheritance
    System.Object
    EJTagHelper
    DropDownListFields
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class DropDownListFields : EJTagHelper

    Constructors

    DropDownListFields()

    Declaration
    public DropDownListFields()

    Properties

    Category

    Gets or sets the category.

    Declaration
    [Obsolete("Category has been deprecated. Use GroupBy property ")]
    [JsonProperty("category")]
    public string Category { get; set; }
    Property Value
    Type Description
    System.String

    The category.

    GroupBy

    Gets or sets the groupby.

    Declaration
    [JsonProperty("groupBy")]
    public string GroupBy { get; set; }
    Property Value
    Type Description
    System.String

    The groupby.

    HtmlAttributes

    Gets or sets the HTML attributes.

    Declaration
    [JsonProperty("htmlAttributes")]
    public string HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.String

    The HTML attributes.

    Id

    Gets or sets the identifier.

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    The identifier.

    ImageAttributes

    Gets or sets the image attributes.

    Declaration
    [JsonProperty("imageAttributes")]
    public string ImageAttributes { get; set; }
    Property Value
    Type Description
    System.String

    The image attributes.

    ImageUrl

    Gets or sets the image URL.

    Declaration
    [JsonProperty("imageUrl")]
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    The image URL.

    Selected

    Gets or sets the selected.

    Declaration
    [JsonProperty("selected")]
    public string Selected { get; set; }
    Property Value
    Type Description
    System.String

    The selected.

    SpriteCssClass

    Gets or sets the sprite CSS class.

    Declaration
    [JsonProperty("spriteCssClass")]
    public string SpriteCssClass { get; set; }
    Property Value
    Type Description
    System.String

    The sprite CSS class.

    TableName

    Gets or sets the name of the table.

    Declaration
    [JsonProperty("tableName")]
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the table.

    Text

    Gets or sets the text.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    Value

    Gets or sets the value.

    Declaration
    [JsonProperty("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The value.

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