Class
SchedulerAgendaView

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class SchedulerAgendaView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Inheritance: objectComponentBaseSchedulerViewBaseSchedulerAgendaView

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members SchedulerViewBase.OnInitialized()SchedulerViewBase.Dispose()SchedulerViewBase.ItemTemplateSchedulerViewBase.SlotTemplateSchedulerViewBase.SchedulerResourceGroupHeaderTemplateComponentBase.BuildRenderTree(RenderTreeBuilder)ComponentBase.OnInitializedAsync()ComponentBase.OnParametersSet()ComponentBase.StateHasChanged()ComponentBase.ShouldRender()ComponentBase.OnAfterRender(bool)ComponentBase.OnAfterRenderAsync(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.DispatchExceptionAsync(Exception)

Constructors

SchedulerAgendaView()

Declaration

cs-api-definition
public SchedulerAgendaView()

Properties

HideEmptyAgendaDays

Controls whether days without appointments appear in the Agenda view list. When enabled, only days containing appointments are shown, creating a cleaner, more compact agenda. When disabled, all days in the NumberOfDays range appear, including empty days with date headers.

Declaration

cs-api-definition
[Parameter]
public bool HideEmptyAgendaDays { get; set; }

Property Value

bool

NumberOfDays

Controls how many consecutive days the Agenda view displays in its list format. Each day with appointments appears as a separate section in the agenda. For example, 7 shows a weekly agenda, 30 shows approximately a monthly agenda. Days without appointments may be hidden based on the HideEmptyAgendaDays setting.

Declaration

cs-api-definition
[Parameter]
public int NumberOfDays { get; set; }

Property Value

int

Methods

OnParametersSetAsync()

Declaration

cs-api-definition
protected override Task OnParametersSetAsync()

Returns

Task

Overrides ComponentBase.OnParametersSetAsync()

SetParametersAsync(ParameterView)

Declaration

cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)

Parameters

parameters

ParameterView

Returns

Task

Overrides ComponentBase.SetParametersAsync(ParameterView)