ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChipList - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChipList

    Inheritance
    System.Object
    EJTagHelper
    ChipList
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Buttons
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChipList : EJTagHelper

    Constructors

    ChipList()

    Declaration
    public ChipList()

    Properties

    AvatarIconCss

    Specifies the icon CSS class for the avatar in the chip. {% codeBlock src='chips/avatarIconCss/index.md' %}{% endcodeBlock %}

    Declaration
    public string AvatarIconCss { get; set; }
    Property Value
    Type Description
    System.String

    AvatarText

    Specifies the customized text value for the avatar in the chip. {% codeBlock src='chips/avatarText/index.md' %}{% endcodeBlock %}

    Declaration
    public string AvatarText { get; set; }
    Property Value
    Type Description
    System.String

    BeforeClick

    Triggers before the click event of the chip is fired. This event can be used to prevent the further process and restrict the click action over a chip. {% codeBlock src='chips/beforeClick/index.md' %}{% endcodeBlock %}

    Declaration
    public string BeforeClick { get; set; }
    Property Value
    Type Description
    System.String

    Chips

    This chips property helps to render ChipList component. {% codeBlock src='chips/chips/index.md' %}{% endcodeBlock %}

    Declaration
    public object Chips { get; set; }
    Property Value
    Type Description
    System.Object

    ClassName

    Declaration
    protected override string ClassName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ClassName

    Click

    Triggers when a chip is clicked. {% codeBlock src='chips/click/index.md' %}{% endcodeBlock %}

    Declaration
    public string Click { get; set; }
    Property Value
    Type Description
    System.String

    Created

    Triggers when the component is created successfully. {% codeBlock src='chips/created/index.md' %}{% endcodeBlock %}

    Declaration
    public string Created { get; set; }
    Property Value
    Type Description
    System.String

    CssClass

    Specifies the custom classes to be added to the chip element used to customize the ChipList component. {% codeBlock src='chips/cssClass/index.md' %}{% endcodeBlock %}

    Declaration
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    Delete

    Fires before removing the chip element. {% codeBlock src='chips/delete/index.md' %}{% endcodeBlock %}

    Declaration
    public string Delete { get; set; }
    Property Value
    Type Description
    System.String

    Enabled

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

    Declaration
    public bool Enabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDelete

    Enables or disables the delete functionality of a chip. {% codeBlock src='chips/enableDelete/index.md' %}{% endcodeBlock %}

    Declaration
    public bool EnableDelete { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePersistence

    Enable or disable persisting component's state between page reloads.

    Declaration
    public bool EnablePersistence { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRtl

    Enable or disable rendering component in right to left direction.

    Declaration
    public bool EnableRtl { get; set; }
    Property Value
    Type Description
    System.Boolean

    HtmlAttributes

    Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.

    Declaration
    public object HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Object

    IsFor

    Declaration
    protected override bool IsFor { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsFor

    LeadingIconCss

    Specifies the leading icon CSS class for the chip. {% codeBlock src='chips/leadingIconCss/index.md' %}{% endcodeBlock %}

    Declaration
    public string LeadingIconCss { get; set; }
    Property Value
    Type Description
    System.String

    LeadingIconUrl

    Specifies the trailing icon url for the chip.

    Declaration
    public string LeadingIconUrl { get; set; }
    Property Value
    Type Description
    System.String

    Locale

    Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    NameSpace

    Declaration
    protected override string NameSpace { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.NameSpace

    SelectedChips

    Sets or gets the selected chip items in the chip list. {% codeBlock src='chips/selectedChips/index.md' %}{% endcodeBlock %}

    Declaration
    public object SelectedChips { get; set; }
    Property Value
    Type Description
    System.Object

    Selection

    Defines the selection type of the chip. The available types are:

    1. Input chip
    2. Choice chip
    3. Filter chip
    4. Action chip
    Declaration
    public Selection Selection { get; set; }
    Property Value
    Type Description
    Selection

    TagName

    Declaration
    protected override string TagName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.TagName

    Text

    Specifies the text content for the chip. {% codeBlock src='chips/text/index.md' %}{% endcodeBlock %}

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TrailingIconCss

    Specifies the trailing icon CSS class for the chip. {% codeBlock src='chips/trailingIconCss/index.md' %}{% endcodeBlock %}

    Declaration
    public string TrailingIconCss { get; set; }
    Property Value
    Type Description
    System.String

    TrailingIconUrl

    Specifies the trailing icon url for the chip.

    Declaration
    public string TrailingIconUrl { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved