menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class GroupBuilder

    A builder class that holds group items.

    Inheritance
    System.Object
    GroupBuilder
    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 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved