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
Indicates the number of appointments that can be displayed per day. By default, the Scheduler will render two appointments per day.
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