Class GroupBuilder
A builder class that holds group items.
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class GroupBuilder
Constructors
GroupBuilder(Group)
Initializes a new instance of the GroupBuilder class to indicate the group options.
Declaration
public GroupBuilder(Group options)
Parameters
Type | Name | Description |
---|---|---|
Group | options | It accepts the value as Group object |
GroupBuilder(Group, Schedule)
Initializes a new instance of the GroupBuilder class to indicate the group options.
Declaration
public GroupBuilder(Group options, Schedule schedule)
Parameters
Type | Name | Description |
---|---|---|
Group | options | It accepts the value as Group object. |
Schedule | schedule | It accepts the value as Schedule object. |
Methods
AllowGroupEditing(Boolean)
It stores the value which indicates whether to allow performing CRUD actions simultaneously on all the grouped appointments of multiple resources or not.
Declaration
public GroupBuilder AllowGroupEditing(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value | It accepts the value which indicates whether to allow performing CRUD actions simultaneously on all the grouped appointments of multiple resources or not. |
Returns
Type | Description |
---|---|
GroupBuilder |
Resources(List<String>)
It stores the array of resource names to be grouped on the Schedule.
Declaration
public GroupBuilder Resources(List<string> res)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | res | It accepts the array of resource names to be grouped on the Schedule. |
Returns
Type | Description |
---|---|
GroupBuilder |