Back to Devexpress

SchedulerViewBase.GroupType Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-schedulerviewbase-07b5d0d5.md

latest2.0 KB
Original Source

SchedulerViewBase.GroupType Property

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

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
SchedulerGroupTypeNone

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 appointments within the current view can be grouped by dates or resources to facilitate an appointments management. The grouping can also be set for all the Views at once via the ASPxScheduler.GroupType property, but the GroupType has priority for a particular view.

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Web.ASPxScheduler Namespace