Skip to main content

SchedulerGroupType Enum

Lists the grouping type used in the scheduler.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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.

Remarks

Use this enumeration’s members to specify the grouping type used in the scheduler.

See Also