menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ComboBoxFieldSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ComboBoxFieldSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ComboBoxFieldSettings
    Namespace: Syncfusion.EJ2.DropDowns
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ComboBoxFieldSettings : EJTagHelper

    Constructors

    ComboBoxFieldSettings()

    Declaration
    public ComboBoxFieldSettings()

    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

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