ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class KanbanColumn

    Inheritance
    System.Object
    EJTagHelper
    KanbanColumn
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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

    AllowDrop

    Enable or disable column drop

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

    AllowToggle

    Enable or disable toggle column

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

    HeaderText

    Defines the column header title

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

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    IsExpanded

    Defines the collapsed or expandable state

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

    KeyField

    Defines the column keyField

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

    MaxCount

    Defines the maximum card count in column

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

    MinCount

    Defines the minimum card count in column

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

    ShowAddButton

    Enable or disable cell add button

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

    ShowItemCount

    Enable or disable card count in column

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

    Template

    Defines the column template

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

    TransitionColumns

    Defines the column transition

    Declaration
    public string[] TransitionColumns { get; set; }
    Property Value
    Type Description
    System.String[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved