EnumSchedulerGroupOrientation
Enum
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:
cs-api-definition
public enum SchedulerGroupOrientation
Fields
Horizontal
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.
Vertical
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.