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 |
---|
ResourceGroupType |
None
Specifies no schedule resource is displayed in view.
Declaration
public const ResourceGroupType None
Field Value
Type |
---|
ResourceGroupType |
Resource
Specifies to displays the dates grouped under schedule resource.
Declaration
public const ResourceGroupType Resource
Field Value
Type |
---|
ResourceGroupType |