Class SchedulerMonthView
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class SchedulerMonthView : SchedulerViewBase, ISchedulerView, IDisposable
Constructors
SchedulerMonthView()
Declaration
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.
Declaration
public int ItemsPerSlot { get; set; }
Property Value
System.Int32
|
Methods
OnParametersSet()
Declaration
protected override void OnParametersSet()
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|