ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleGroup - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleGroup

    Inheritance
    System.Object
    EJTagHelper
    ScheduleGroup
    ScheduleGroupSchedule
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Schedule
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ScheduleGroup : EJTagHelper

    Constructors

    ScheduleGroup()

    Declaration
    public ScheduleGroup()

    Properties

    AllowGroupEdit

    Allows creation and editing of linked appointments assigned to multiple resources. When set to true, a single appointment object instance will be maintained in schedule dataSource that are created for multiple resources, whereas displayed individually on UI.

    Declaration
    public bool AllowGroupEdit { get; set; }
    Property Value
    Type Description
    System.Boolean

    ByDate

    When set to true, groups the resources by date where each day renders all the resource names under it.

    Declaration
    public bool ByDate { get; set; }
    Property Value
    Type Description
    System.Boolean

    ByGroupID

    Decides whether to allow the resource hierarchy to group by ID. It is set to true by default and when set to false, all the resources under child collection will be mapped against each available parent.

    Declaration
    public bool ByGroupID { get; set; }
    Property Value
    Type Description
    System.Boolean

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    EnableCompactView

    Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to false, the default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.

    Declaration
    public bool EnableCompactView { get; set; }
    Property Value
    Type Description
    System.Boolean

    HeaderTooltipTemplate

    Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be displayed on resource header bar. It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the tooltip. All the resource fields mapped for resource dataSource can be accessed within this template code.

    Declaration
    public string HeaderTooltipTemplate { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Resources

    Accepts the collection of resource names assigned to each resources and allows the grouping order on schedule based on it.

    Declaration
    public string[] Resources { get; set; }
    Property Value
    Type Description
    System.String[]
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved