menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class KanbanScrollSettings

    Inheritance
    System.Object
    EJTagHelper
    KanbanScrollSettings
    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 KanbanScrollSettings : EJTagHelper

    Constructors

    KanbanScrollSettings()

    Declaration
    public KanbanScrollSettings()

    Properties

    AllowFreezeSwimlane

    Gets or sets a value indicating whether To allow the Kanban to freeze particular swimlane at the time of scrolling , until scroll reaches next swimlane and it continues.

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

    if ; otherwise, .

    Height

    Gets or sets an object that indicates to render the Kanban with specified scroll height.

    Declaration
    [JsonProperty("height")]
    public object Height { get; set; }
    Property Value
    Type Description
    System.Object

    The height

    Width

    Gets or sets an object that indicates to render the Kanban with specified scroll width.

    Declaration
    [JsonProperty("width")]
    public object Width { get; set; }
    Property Value
    Type Description
    System.Object

    The width

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