corelibraries-devexpress-dot-xtrascheduler-5b82c056.md
Lists the grouping type used in the scheduler.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll
NuGet Package : DevExpress.Scheduler.CoreDesktop
public enum SchedulerGroupType
Public Enum SchedulerGroupType
| Name | Description |
|---|---|
None |
No grouping is applied.
|
| Date |
Grouping by dates. Appointments are grouped by dates.
|
| Resource |
Grouping by resources. Appointments are grouped by resources.
|
The following properties accept/return SchedulerGroupType values:
Show 11 items
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | ISmartSyncOptions.GroupType |
| SmartSyncOptions.GroupType | |
| WinForms Controls | ReportViewBase.GroupType |
| SchedulerControl.GroupType | |
| SchedulerViewBase.GroupType | |
| WPF Controls | SchedulerControl.ActualGroupType |
| SchedulerControl.GroupType | |
| SchedulerSmartSyncOptions.GroupType | |
| ASP.NET Web Forms Controls | ASPxScheduler.GroupType |
| SchedulerViewBase.GroupType | |
| ASP.NET MVC Extensions | SchedulerSettings.GroupType |
Use this enumeration’s members to specify the grouping type used in the scheduler.
See Also