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.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
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