New to Telerik UI for BlazorStart a free 30-day trial

Controls how resource groups arrange within the Scheduler display layout. Determines whether grouped resources appear side by side or stacked vertically.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum SchedulerGroupOrientation

Fields

Displays resource groups side by side in columns. Creates horizontal sections where each resource group occupies its own column. Best for comparing appointments across different resources simultaneously.

C#
Horizontal = 0

Stacks resource groups vertically in separate sections. Each resource group appears as a distinct horizontal block with full width. Provides more detailed view of each resource group's schedule independently.

C#
Vertical = 1
In this article
DefinitionFieldsHorizontalVertical
Not finding the help you need?
Contact Support