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.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
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. |
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.