menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Group

    Show / Hide Table of Contents

    Class Group

    A class that holds group items.

    Inheritance
    System.Object
    EJTagHelper
    Group
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved