SchedulerViewBase.GroupType Property
Gets or sets a value that specifies the type of grouping applied to the View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
[DefaultValue(SchedulerGroupType.None)]
public SchedulerGroupType GroupType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Scheduler |
None | A Scheduler |
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. |
#Remarks
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.