Class SwimlaneSettings
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 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 |
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 |
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 |
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. |