Back to Devexpress

ReportViewBase.GroupType Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-reportviewbase-cdf2aee5.md

latest2.2 KB
Original Source

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.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[DefaultValue(SchedulerGroupType.Resource)]
[XtraSerializableProperty]
public SchedulerGroupType GroupType { get; set; }
vb
<DefaultValue(SchedulerGroupType.Resource)>
<XtraSerializableProperty>
Public Property GroupType As SchedulerGroupType

Property Value

TypeDefaultDescription
SchedulerGroupTypeResource

A SchedulerGroupType enumeration value that specifies how appointments are grouped within the View.

|

Available values:

NameDescription
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

GroupType

ReportViewBase Class

ReportViewBase Members

DevExpress.XtraScheduler.Reporting Namespace