Class KanbanCardSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
KanbanCardSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Kanban
Assembly: Syncfusion.AspNetMvc.Kanban.dll
Syntax
public class KanbanCardSettingsBuilder : ControlBuilder
Constructors
KanbanCardSettingsBuilder()
Declaration
public KanbanCardSettingsBuilder()
KanbanCardSettingsBuilder(KanbanCardSettings)
Declaration
public KanbanCardSettingsBuilder(KanbanCardSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| KanbanCardSettings | model |
Methods
ContentField(String)
Defines the card content text
Declaration
public KanbanCardSettingsBuilder ContentField(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| KanbanCardSettingsBuilder |
FooterCssField(String)
Defines the card icons
Declaration
public KanbanCardSettingsBuilder FooterCssField(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| KanbanCardSettingsBuilder |
GrabberField(String)
Defines the card color
Declaration
public KanbanCardSettingsBuilder GrabberField(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| KanbanCardSettingsBuilder |
HeaderField(String)
Defines the card header text
Declaration
public KanbanCardSettingsBuilder HeaderField(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| KanbanCardSettingsBuilder |
SelectionType(SelectionType)
It defines the card selection type, which accepts either of the following values. Single Multiple None
Declaration
public KanbanCardSettingsBuilder SelectionType(SelectionType value)
Parameters
| Type | Name | Description |
|---|---|---|
| SelectionType | value |
Returns
| Type |
|---|
| KanbanCardSettingsBuilder |
ShowHeader(Boolean)
Show or hide the card header
Declaration
public KanbanCardSettingsBuilder ShowHeader(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
Returns
| Type |
|---|
| KanbanCardSettingsBuilder |
TagsField(String)
Defines the card content labels
Declaration
public KanbanCardSettingsBuilder TagsField(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| KanbanCardSettingsBuilder |
Template(String)
Defines the card template
Declaration
public KanbanCardSettingsBuilder Template(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| KanbanCardSettingsBuilder |