Skip to main content

Grouping

You can group scheduler appointments by dates or resources. Use the ASPxScheduler.GroupType property to specify the grouping mode, or set this property to None to remove grouping. The images below illustrate the Scheduler control’s appearance in different grouping modes.

By Resources:

BootstrapScheduler_GroupByResources

By Dates:

BootstrapScheduler_GroupByDates

Note

The Scheduler control displays resource headers only if grouping is used. You should use grouping if your web application provides appointment resources.

See Also