windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-reportviewbase-cdf2aee5.md
Gets or sets a value that specifies the type of grouping applied to the View.
Namespace : DevExpress.XtraScheduler.Reporting
Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll
NuGet Package : DevExpress.Win.SchedulerReporting
[DefaultValue(SchedulerGroupType.Resource)]
[XtraSerializableProperty]
public SchedulerGroupType GroupType { get; set; }
<DefaultValue(SchedulerGroupType.Resource)>
<XtraSerializableProperty>
Public Property GroupType As SchedulerGroupType
| Type | Default | Description |
|---|---|---|
| SchedulerGroupType | Resource |
A SchedulerGroupType enumeration value that specifies how appointments are grouped within the View.
|
Available values:
| Name | Description |
|---|---|
| None |
No grouping is applied.
| | Date |
Grouping by dates. Appointments are grouped by dates.
| | Resource |
Grouping by resources. Appointments are grouped by resources.
|
The GroupType property can be used to group the appointments within the View in a specific manner. The available types of grouping are specified by the SchedulerGroupType enumeration, and include grouping by dates, grouping by resources and the absence of grouping.
See Also