Class Kanban
Implements
System.Web.IHtmlString
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class Kanban : Control, IHtmlString
Constructors
Kanban()
Gets a collection of Kanban component values
Declaration
public Kanban()
Kanban(String, KanbanProperties)
Gets a collection of Kanban component values
Declaration
public Kanban(string id, KanbanProperties propModel)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | It accepts the string value and get the Kanban componenets |
KanbanProperties | propModel | It accepts the properties to perform some function |
Properties
KanbanModel
Gets a collection of Kanban component values to perform some function.
Declaration
public KanbanProperties KanbanModel { get; set; }
Property Value
Type | Description |
---|---|
KanbanProperties |
Model
Declaration
protected override object Model { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
PluginName
Declaration
public override string PluginName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
BuildScriptContent(String)
Declaration
protected override string BuildScriptContent(string jsonContent)
Parameters
Type | Name | Description |
---|---|---|
System.String | jsonContent |
Returns
Type | Description |
---|---|
System.String |
Overrides
CreateContainer(String)
Container encapsulates zero or more components.Through a container you can track your components and communicate with them.
Declaration
public override HtmlString CreateContainer(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | It accepts the string value and displays the components. |
Returns
Type | Description |
---|---|
System.Web.HtmlString | This method returns string value |
Overrides
GetDependentControl()
Declaration
protected override List<string> GetDependentControl()
Returns
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Overrides
RenderControl(String)
Renders the Kanban Control elements.
Declaration
public override void RenderControl(string controlId)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlId | It accepts the string value and renders the Kanban control elements |
Overrides
Implements
System.Web.IHtmlString