aspnet-devexpress-dot-web-dot-aspxscheduler-dot-schedulerviewbase-07b5d0d5.md
Gets or sets a value that specifies the type of grouping applied to the View.
Namespace : DevExpress.Web.ASPxScheduler
Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll
NuGet Package : DevExpress.Web.Scheduler
[DefaultValue(SchedulerGroupType.None)]
public SchedulerGroupType GroupType { get; set; }
<DefaultValue(SchedulerGroupType.None)>
Public Property GroupType As SchedulerGroupType
| Type | Default | Description |
|---|---|---|
| SchedulerGroupType | None |
A SchedulerGroupType enumeration value that specifies how appointments are grouped within the View.
|
Available values:
| 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 appointments within the current view can be grouped by dates or resources to facilitate an appointments management. The grouping can also be set for all the Views at once via the ASPxScheduler.GroupType property, but the GroupType has priority for a particular view.
See Also