menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class KanbanSwimlaneSettings

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

    Constructors

    KanbanSwimlaneSettings()

    Declaration
    public KanbanSwimlaneSettings()

    Properties

    AllowDragAndDrop

    Enable or disable the card drag and drop actions

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

    The default value is false

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    EnableFrozenRows

    Enables or disables the freeze the swimlane rows

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

    The default value is false

    KeyField

    Defines the swimlane key field

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

    The default value is null

    ShowEmptyRow

    Enable or disable empty swimlane

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

    The default value is false

    ShowItemCount

    Enable or disable items count

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

    The default value is true

    ShowUnassignedRow

    Enable or disable unassigned swimlane group

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

    The default value is true

    SortComparer

    Defines the custom sort comparer function. The sort comparer function has the same functionality like Array.sort sort comparer.

    Declaration
    public object SortComparer { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    SortDirection

    Sort the swimlane resources. The possible values are: Ascending Descending

    Declaration
    public SortDirection SortDirection { get; set; }
    Property Value
    Type Description
    SortDirection

    The default value is SortDirection.Ascending

    Template

    Defines the swimlane row template

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

    The default value is null

    TextField

    Defines the swimlane header text field

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

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved