Class
SchedulerMonthView

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

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

Inheritance: objectComponentBaseSchedulerViewBaseSchedulerMonthView

Implements: IComponentIDisposableIHandleAfterRenderIHandleEvent

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

Constructors

SchedulerMonthView()

Declaration

cs-api-definition
public SchedulerMonthView()

Properties

ItemsPerSlot

Controls the maximum number of appointments visible per day cell in the Month view. When a day contains more appointments than this limit, additional appointments are hidden with a "more" indicator. Must be 1 or greater. Smaller values save vertical space but may require clicking to see all appointments.

Declaration

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

Property Value

int

Methods

OnParametersSet()

Declaration

cs-api-definition
protected override void OnParametersSet()

Overrides ComponentBase.OnParametersSet()

SetParametersAsync(ParameterView)

Declaration

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

Parameters

parameters

ParameterView

Returns

Task

Overrides ComponentBase.SetParametersAsync(ParameterView)