Enum
SchedulerGroupOrientation

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.

Declaration

cs-api-definition
Horizontal = 0

Field Value

SchedulerGroupOrientation

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.

Declaration

cs-api-definition
Vertical = 1

Field Value

SchedulerGroupOrientation

In this article
DefinitionFieldsHorizontalVertical
Not finding the help you need?
Contact Support