Class Group
A class that holds group items.
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 Group : EJTagHelper
Constructors
Group()
Declaration
public Group()
Properties
AllowGroupEditing
Gets or sets the value which indicates whether to allow performing CRUD actions simultaneously on all the grouped appointments of multiple resources or not.
Declaration
[JsonProperty("allowGroupEditing")]
public bool AllowGroupEditing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts the value which indicates whether to allow performing CRUD actions simultaneously on all the grouped appointments of multiple resources or not. |
Resources
Gets or sets the array of resource names to be grouped on the Schedule.
Declaration
[JsonProperty("resources")]
public List<string> Resources { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> | It accepts the array of resource names to be grouped on the Schedule. |