ClassSchedulerMonthView
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class SchedulerMonthView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseSchedulerViewBaseSchedulerMonthView
Implements:
Inherited Members
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.
Methods
OnParametersSet()
Declaration
cs-api-definition
protected override void OnParametersSet()
Overrides
SetParametersAsync(ParameterView)
Declaration
cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides