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.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v20.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public SchedulerGroupType GroupType { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Scheduler.SchedulerGroupType

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

Remarks

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

See Also