Class KanbanDialogSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
KanbanDialogSettingsBuilder
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 KanbanDialogSettingsBuilder : ControlBuilder
Constructors
KanbanDialogSettingsBuilder()
Declaration
public KanbanDialogSettingsBuilder()
KanbanDialogSettingsBuilder(KanbanDialogSettings)
Declaration
public KanbanDialogSettingsBuilder(KanbanDialogSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| KanbanDialogSettings | model |
Methods
Fields(Object)
Defines the dialog fields
Declaration
public KanbanDialogSettingsBuilder Fields(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| KanbanDialogSettingsBuilder |
Model(Object)
Customize the model object configuration for the edit or add Dialog of Kanban.
Declaration
public KanbanDialogSettingsBuilder Model(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| KanbanDialogSettingsBuilder |
Template(String)
Defines the dialog template
Declaration
public KanbanDialogSettingsBuilder Template(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| KanbanDialogSettingsBuilder |