Enum ResourceGroupType
specifying whether the dates should be grouped under resource or resources should be grouped within a date.
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public enum ResourceGroupType
Fields
| Name | Description |
|---|---|
| Date | Specifies to displays the schedule resource grouped within a date. |
| None | Specifies no schedule resource is displayed in view. |
| Resource | Specifies to displays the dates grouped under schedule resource. |