menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChipCollection - API Reference

    Show / Hide Table of Contents

    Class ChipCollection

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    ChipCollection
    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.Buttons
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChipCollection : EJTagHelper

    Constructors

    ChipCollection()

    Declaration
    public ChipCollection()

    Properties

    AvatarIconCss

    Specifies the icon CSS class for the avatar in the chip.

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

    The default value is ""

    AvatarText

    Specifies the customized text value for the avatar in the chip.

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

    The default value is ""

    CssClass

    Specifies the custom classes to be added to the chip element used to customize the ChipList component.

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

    The default value is ""

    Enabled

    Specifies a value that indicates whether the chip component is enabled or not.

    Declaration
    [HtmlAttributeName("enabled")]
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    HtmlAttributes

    Specifies the additional HTML attributes, such as title, styles, class, id, and name, in a key-value pair format and appended to the chip item element of the Chip component. If both the property and equivalent HTML attributes are configured, then the component overrides the property value with the HTML attributes.

    Declaration
    [HtmlAttributeName("htmlAttributes")]
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    LeadingIconCss

    Specifies the leading icon CSS class for the chip.

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

    The default value is ""

    LeadingIconUrl

    Specifies the leading icon url for the chip.

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

    The default value is ""

    Text

    Specifies the text content for the chip.

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

    The default value is ""

    TrailingIconCss

    Specifies the trailing icon CSS class for the chip.

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

    The default value is ""

    TrailingIconUrl

    Specifies the trailing icon url for the chip.

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

    The default value is ""

    Value

    Defines the value of the chip.

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

    The default value is ""

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