Skip to main content

SchedulerGroupType Enum

Lists the grouping type used in the scheduler control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public enum SchedulerGroupType

#Members

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.

#Passed To

You can pass SchedulerGroupType values to the following properies:

#Remarks

Use the SchedulerGroupType enumeration's members to specify the grouping type used in the scheduler control. This enumeration's values are used by the SchedulerControl.GroupType and SchedulerViewBase.GroupType properties.

See Also