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

SchedulerControl.GroupType Property

Specifies the type of grouping applied to the Scheduler. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v21.1.dll

Declaration

public SchedulerGroupType GroupType { get; set; }

Property Value

Type Description
DevExpress.WinUI.Scheduler.SchedulerGroupType

A DevExpress.WinUI.Scheduler.SchedulerGroupType enumeration value that specifies how appointments are grouped.

Remarks

Set the GroupType property to Resource to group appointments by resources.

See Also