A newer version of this page is available.
Switch to the current version.
SchedulerSettings.GroupType Property
Gets or sets a value that specifies the type of grouping for the appointments.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v18.2.dll
Declaration
public SchedulerGroupType GroupType { get; set; }
Public Property GroupType As SchedulerGroupType
Property Value
Type | Description |
---|---|
SchedulerGroupType | A SchedulerGroupType enumeration value that specifies how appointments are grouped within the scheduler control. |
Remarks
The GroupType property setting can be superseded with the SchedulerViewBase.GroupType property value for a particular View.
See Also
Feedback