Class
SchedulerGroupSettings

The component that configures the group settings of the component.

Definition

Constructors

SchedulerGroupSettings()

Declaration

cs-api-definition
public SchedulerGroupSettings()

Properties

Orientation

Controls whether resource groups display horizontally or vertically in the Scheduler. Horizontal creates side-by-side resource columns. Vertical stacks resource groups in separate horizontal sections. The orientation affects both visual layout and scrolling behavior of grouped appointments.

Declaration

cs-api-definition
[Parameter]
public SchedulerGroupOrientation Orientation { get; set; }

Property Value

SchedulerGroupOrientation

Resources

Specifies which resources should group the appointments in the Scheduler display. Provide a list of resource field names that correspond to SchedulerResource Field properties. Grouping organizes appointments by resource values, showing separate sections for each resource category. Example: new List<string> { "RoomId", "PersonId" } groups by room first, then by person.

Declaration

cs-api-definition
[Parameter]
public List<string> Resources { get; set; }

Property Value

List<string>

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnInitializedAsync()

Declaration

cs-api-definition
protected override Task OnInitializedAsync()

Returns

Task

Overrides ComponentBase.OnInitializedAsync()