ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class KanbanColumnBuilder

    Inheritance
    System.Object
    ControlBuilder
    KanbanColumnBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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.EJ2.Kanban
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class KanbanColumnBuilder : ControlBuilder

    Constructors

    KanbanColumnBuilder()

    Declaration
    public KanbanColumnBuilder()

    KanbanColumnBuilder(List<KanbanColumn>)

    Declaration
    public KanbanColumnBuilder(List<KanbanColumn> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<KanbanColumn> collection

    Methods

    Add()

    Declaration
    public void Add()

    AllowDrag(Boolean)

    Enable or disable column drag

    Declaration
    public KanbanColumnBuilder AllowDrag(bool allowDrag)
    Parameters
    Type Name Description
    System.Boolean allowDrag
    Returns
    Type Description
    KanbanColumnBuilder

    AllowDrop(Boolean)

    Enable or disable column drop

    Declaration
    public KanbanColumnBuilder AllowDrop(bool allowDrop)
    Parameters
    Type Name Description
    System.Boolean allowDrop
    Returns
    Type Description
    KanbanColumnBuilder

    AllowToggle(Boolean)

    Enable or disable toggle column

    Declaration
    public KanbanColumnBuilder AllowToggle(bool allowToggle)
    Parameters
    Type Name Description
    System.Boolean allowToggle
    Returns
    Type Description
    KanbanColumnBuilder

    HeaderText(String)

    Defines the column header title

    Declaration
    public KanbanColumnBuilder HeaderText(string headerText)
    Parameters
    Type Name Description
    System.String headerText
    Returns
    Type Description
    KanbanColumnBuilder

    IsExpanded(Boolean)

    Defines the collapsed or expandable state

    Declaration
    public KanbanColumnBuilder IsExpanded(bool isExpanded)
    Parameters
    Type Name Description
    System.Boolean isExpanded
    Returns
    Type Description
    KanbanColumnBuilder

    KeyField(Double)

    Defines the column keyField. It supports both number and string type. String type supports the multiple column keys and number type does not support the multiple column keys.

    Declaration
    public KanbanColumnBuilder KeyField(double keyField)
    Parameters
    Type Name Description
    System.Double keyField
    Returns
    Type Description
    KanbanColumnBuilder

    KeyField(String)

    Defines the column keyField. It supports both number and string type. String type supports the multiple column keys and number type does not support the multiple column keys.

    Declaration
    public KanbanColumnBuilder KeyField(string keyField)
    Parameters
    Type Name Description
    System.String keyField
    Returns
    Type Description
    KanbanColumnBuilder

    MaxCount(Int32)

    Defines the maximum card count in column

    Declaration
    public KanbanColumnBuilder MaxCount(int maxCount)
    Parameters
    Type Name Description
    System.Int32 maxCount
    Returns
    Type Description
    KanbanColumnBuilder

    MinCount(Int32)

    Defines the minimum card count in column

    Declaration
    public KanbanColumnBuilder MinCount(int minCount)
    Parameters
    Type Name Description
    System.Int32 minCount
    Returns
    Type Description
    KanbanColumnBuilder

    ShowAddButton(Boolean)

    Enable or disable cell add button

    Declaration
    public KanbanColumnBuilder ShowAddButton(bool showAddButton)
    Parameters
    Type Name Description
    System.Boolean showAddButton
    Returns
    Type Description
    KanbanColumnBuilder

    ShowItemCount(Boolean)

    Enable or disable card count in column

    Declaration
    public KanbanColumnBuilder ShowItemCount(bool showItemCount)
    Parameters
    Type Name Description
    System.Boolean showItemCount
    Returns
    Type Description
    KanbanColumnBuilder

    Template(String)

    Defines the column template

    Declaration
    public KanbanColumnBuilder Template(string template)
    Parameters
    Type Name Description
    System.String template
    Returns
    Type Description
    KanbanColumnBuilder

    TransitionColumns(String[])

    Defines the column transition

    Declaration
    public KanbanColumnBuilder TransitionColumns(string[] transitionColumns)
    Parameters
    Type Name Description
    System.String[] transitionColumns
    Returns
    Type Description
    KanbanColumnBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved