A newer version of this page is available.
Switch to the current version.
SchedulerControl.GroupType Property
Gets or sets the type of grouping applied to the Scheduler. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public SchedulerGroupType GroupType { get; set; }
Public Property GroupType As SchedulerGroupType
Property Value
Type | Description |
---|---|
SchedulerGroupType | A SchedulerGroupType enumeration value that specifies how appointments are grouped within the SchedulerControl. |
Remarks
Use the GroupType property to specify one of the following grouping types:
Grouping at the view level is currently unavailable.
See Also
Feedback