Class CardFields
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CardFields : EJTagHelper
Constructors
CardFields()
Declaration
public CardFields()
Properties
CollapsibleCards
To hide the cards based on the collapsibleCards field and key value.
Declaration
[JsonProperty("collapsibleCards")]
public CollapsibleCards CollapsibleCards { get; set; }
Property Value
Type | Description |
---|---|
CollapsibleCards | It accepts object of collapsibleCards |
Color
To customize the card has been Mapped into card color field.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts color for card |
Content
Gets or sets the Content Field has been Mapped into card text.
Declaration
[JsonProperty("content")]
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts content for card |
ImageUrl
ImageUrl Field has been Mapped into card image.
Declaration
[JsonProperty("imageUrl")]
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts image url for card |
PrimaryKey
The primarykey field is get as property of Kanban. And this will used for Drag and drop and editing mainly.
Declaration
[JsonProperty("primaryKey")]
public string PrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts primary key for card |
Priority
Priority field has been mapped data source field to maintain card priority
Declaration
[JsonProperty("priority")]
public string Priority { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts priority for card |
SwimlaneKey
To enable swimlane grouping based on the given key field.
Declaration
[JsonProperty("swimlaneKey")]
public string SwimlaneKey { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts swimlane group key for card |
Tag
Gets or sets the Tag Field has been Mapped into card tag.
Declaration
[JsonProperty("tag")]
public string Tag { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts tag for card |
Title
Gets or sets the Title Field has been Mapped into card title.
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts content for card |