Class KanbanCardSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
KanbanCardSettings
Namespace: Syncfusion.EJ2.Kanban
Assembly: Syncfusion.EJ2.dll
Syntax
public class KanbanCardSettings : EJTagHelper
Constructors
KanbanCardSettings()
Declaration
public KanbanCardSettings()
Properties
ContentField
Defines the card content text
Declaration
public string ContentField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
FooterCssField
Defines the card icons
Declaration
public string FooterCssField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
GrabberField
Defines the card color
Declaration
public string GrabberField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
HeaderField
Defines the card header text
Declaration
public string HeaderField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
SelectionType
It defines the card selection type, which accepts either of the following values. Single Multiple None
Declaration
public SelectionType SelectionType { get; set; }
Property Value
Type | Description |
---|---|
SelectionType | The default value is SelectionType.Single |
ShowHeader
Show or hide the card header
Declaration
public bool ShowHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is true |
TagsField
Defines the card content labels
Declaration
public string TagsField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Template
Defines the card template
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |