Back to Devexpress

ASPxScheduler.GroupType Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxscheduler-b7774143.md

latest2.1 KB
Original Source

ASPxScheduler.GroupType Property

Gets or sets a value that specifies the type of grouping for the appointments of the ASPxScheduler control.

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 scheduler control.

|

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 setting can be superseded with the SchedulerViewBase.GroupType property value for a particular View.

aspx
<dx:ASPxScheduler id="ASPxScheduler1" runat="server" GroupType="Resource" >
    ...
</dx:ASPxScheduler>

See Also

GroupType

ASPxScheduler Class

ASPxScheduler Members

DevExpress.Web.ASPxScheduler Namespace