Skip to main content

ReportViewBase.GroupType Property

Gets or sets a value that specifies the type of grouping applied to the View.

Namespace: DevExpress.XtraScheduler.Reporting

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.dll

NuGet Package: DevExpress.Win.SchedulerReporting

Declaration

[DefaultValue(SchedulerGroupType.Resource)]
[XtraSerializableProperty]
public SchedulerGroupType GroupType { get; set; }

Property Value

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.

Remarks

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