Class ChipCollection
Inheritance
System.Object
ChipCollection
Assembly: Syncfusion.EJ2.dll
public class ChipCollection : EJTagHelper
Constructors
Declaration
Properties
Specifies the icon CSS class for the avatar in the chip.
Declaration
public string AvatarIconCss { get; set; }
Property Value
Type |
Description |
System.String |
|
AvatarText
Specifies the customized text value for the avatar in the chip.
Declaration
public string AvatarText { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the custom classes to be added to the chip element used to customize the ChipList component.
Declaration
public string CssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Specifies the leading icon CSS class for the chip.
Declaration
public string LeadingIconCss { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the leading icon url for the chip.
Declaration
public string LeadingIconUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Text
Specifies the text content for the chip.
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the trailing icon CSS class for the chip.
Declaration
public string TrailingIconCss { get; set; }
Property Value
Type |
Description |
System.String |
|
Specifies the trailing icon url for the chip.
Declaration
public string TrailingIconUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Defines the value of the chip.
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|