Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[DefaultValue(SchedulerGroupType.None)]
public SchedulerGroupType GroupType { get; set; }

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.

See Also