Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(SchedulerGroupType.None, Handler = "OnGroupTypeChanged")]
public SchedulerGroupType GroupType { get; set; }

Property Value

Type Description
SchedulerGroupType

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

Available values:

Name
None
Resource

Remarks

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

See Also