WinUI

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

    Show / Hide Table of Contents

    Class ResourceGroupType

    specifying whether the dates should be grouped under resource or resources should be grouped within a date.

    Inheritance
    System.Object
    ResourceGroupType
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public sealed class ResourceGroupType : Enum

    Fields

    Date

    Specifies to displays the schedule resource grouped within a date.

    Declaration
    public const ResourceGroupType Date
    Field Value
    Type Description
    ResourceGroupType

    None

    Specifies no schedule resource is displayed in view.

    Declaration
    public const ResourceGroupType None
    Field Value
    Type Description
    ResourceGroupType

    Resource

    Specifies to displays the dates grouped under schedule resource.

    Declaration
    public const ResourceGroupType Resource
    Field Value
    Type Description
    ResourceGroupType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved