Class UnassignedGroupBuilder
Represents a class for UnassignedGroupBuilder which includes a list of unassigned group key of swimlane row.
Inheritance
System.Object
UnassignedGroupBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class UnassignedGroupBuilder
Constructors
UnassignedGroupBuilder(UnassignedGroup)
It sets an object that indicates whether to customize the Unassigned Swim-lane group.
Declaration
public UnassignedGroupBuilder(UnassignedGroup _unassignedGroup)
Parameters
Type | Name | Description |
---|---|---|
UnassignedGroup | _unassignedGroup |
Methods
Add(String)
Add the list of Unassigned Key Values into UnassignedKeys option.
Declaration
public void Add(string key)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | It accepts the string value and displays the list of Unassigned Key Values |