menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SwimlaneSettings

    Show / Hide Table of Contents

    Class SwimlaneSettings

    Inheritance
    System.Object
    EJTagHelper
    SwimlaneSettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class SwimlaneSettings : EJTagHelper

    Constructors

    SwimlaneSettings()

    Declaration
    public SwimlaneSettings()

    Properties

    AllowDragAndDrop

    Gets or sets a value indicating whether to enable or disable drag and drop across swimlane.

    Declaration
    [JsonProperty("allowDragAndDrop")]
    public bool AllowDragAndDrop { get; set; }
    Property Value
    Type Description
    System.Boolean

    if ; otherwise, .

    Headers

    Gets or sets an object that indicates to managing the collection of swimlane header for the Kanban.

    Declaration
    [JsonProperty("headers")]
    public List<KanbanSwimlaneHeaders> Headers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<KanbanSwimlaneHeaders>

    The Header

    ShowCount

    Gets or sets a value indicating whether to enable or disable items count in swimlane.

    Declaration
    [JsonProperty("showCount")]
    public bool ShowCount { get; set; }
    Property Value
    Type Description
    System.Boolean

    if ; otherwise, .

    ShowEmptySwimlane

    Gets or sets a value indicating whether to enable or disable drag and drop across swimlane.

    Declaration
    [JsonProperty("showEmptySwimlane")]
    public bool ShowEmptySwimlane { get; set; }
    Property Value
    Type Description
    System.Boolean

    if ; otherwise, .

    UnassignedGroup

    Customize the unassigned swimlane group.

    Declaration
    [JsonProperty("unassignedGroup")]
    public UnassignedGroup UnassignedGroup { get; set; }
    Property Value
    Type Description
    UnassignedGroup

    The unassignedGroup

    Methods

    ShouldSerializeHeaders()

    Gets or sets a value that indicates whether the columns should serialize.

    Declaration
    public bool ShouldSerializeHeaders()
    Returns
    Type Description
    System.Boolean

    The method returns a Boolean.

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