Class KanbanScrollSettings
Inherited Members
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 |
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 |