Class CollapsibleCards
Inherited Members
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 CollapsibleCards : EJTagHelper
Constructors
CollapsibleCards()
Declaration
public CollapsibleCards()
Properties
Field
Collapsible Field has been Mapped into card field.
Declaration
[JsonProperty("field")]
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts collapsible field for card |
Key
Collapsible Key has been Mapped into card key.
Declaration
[JsonProperty("key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts collapsible key for card |