SchedulerMonthView
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class SchedulerMonthView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseSchedulerViewBaseSchedulerMonthView
Implements:
Inherited Members
Constructors
C#
public SchedulerMonthView()
Methods
C#
protected override void OnParametersSet()
Overrides:
C#
public override Task SetParametersAsync(ParameterView parameters)
Overrides:
Properties
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.
C#
[Parameter]
public int ItemsPerSlot { get; set; }