Class KanbanCardSettings
Inheritance
System.Object
KanbanCardSettings
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 |
|
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Declaration
public string FooterCssField { get; set; }
Property Value
Type |
Description |
System.String |
|
GrabberField
Declaration
public string GrabberField { get; set; }
Property Value
Type |
Description |
System.String |
|
Defines the card header text
Declaration
public string HeaderField { get; set; }
Property Value
Type |
Description |
System.String |
|
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
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
Show or hide the card header
Declaration
public bool ShowHeader { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Defines the card content labels
Declaration
public string TagsField { get; set; }
Property Value
Type |
Description |
System.String |
|
Template
Defines the card template
Declaration
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|