menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class KanbanColumn

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    KanbanColumn
    Namespace: Syncfusion.EJ2.Kanban
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class KanbanColumn : EJTagHelper

    Constructors

    KanbanColumn()

    Declaration
    public KanbanColumn()

    Properties

    AllowDrag

    Enable or disable column drag

    Declaration
    public bool AllowDrag { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    AllowDrop

    Enable or disable column drop

    Declaration
    public bool AllowDrop { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    AllowToggle

    Enable or disable toggle column

    Declaration
    public bool AllowToggle { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    HeaderText

    Defines the column header title

    Declaration
    public string HeaderText { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    IsExpanded

    Defines the collapsed or expandable state

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    KeyField

    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 string KeyField { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    MaxCount

    Defines the maximum card count in column

    Declaration
    public int MaxCount { get; set; }
    Property Value
    Type Description
    System.Int32

    The default value is null

    MinCount

    Defines the minimum card count in column

    Declaration
    public int MinCount { get; set; }
    Property Value
    Type Description
    System.Int32

    The default value is null

    ShowAddButton

    Enable or disable cell add button

    Declaration
    public bool ShowAddButton { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    ShowItemCount

    Enable or disable card count in column

    Declaration
    public bool ShowItemCount { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is true

    Template

    Defines the column template

    Declaration
    public string Template { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    TransitionColumns

    Defines the column transition

    Declaration
    public string[] TransitionColumns { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    In This Article
    • Constructors
      • KanbanColumn()
    • Properties
      • AllowDrag
      • AllowDrop
      • AllowToggle
      • HeaderText
      • IsExpanded
      • KeyField
      • MaxCount
      • MinCount
      • ShowAddButton
      • ShowItemCount
      • Template
      • TransitionColumns
    Was this page helpful? Yes No
    Thank you for your feedback!
    Thank you for your feedback and comments. We will rectify this as soon as possible!
    An unknown error has occurred. Please try again.
    SEND FEEDBACK REGARDING THIS TOPIC

    Please provide additional information

    Please provide additional information

    Please provide additional information

    Please provide additional information
    Please provide additional information
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved