ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KanbanColumnKeyBuilder - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KanbanColumnKeyBuilder

    Represents a class for KanbanColumnKeyBuilder which includes a list of Kanban columns and add key into the column.

    Inheritance
    System.Object
    KanbanColumnKeyBuilder
    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 KanbanColumnKeyBuilder

    Constructors

    KanbanColumnKeyBuilder(KanbanColumn)

    Initializes a new instance of the KanbanColumnKeyBuilder class.

    Declaration
    public KanbanColumnKeyBuilder(KanbanColumn column)
    Parameters
    Type Name Description
    KanbanColumn column

    It displays the list of KanbanColumn

    Methods

    Add(String)

    Adds the key into Column.

    Declaration
    public void Add(string key)
    Parameters
    Type Name Description
    System.String key
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved