ClassSchedulerMultiDayView
Class
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class SchedulerMultiDayView : SchedulerDayViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseSchedulerViewBaseSchedulerTimeViewBaseSchedulerDayViewBaseSchedulerMultiDayView
Implements:
Inherited Members
Constructors
SchedulerMultiDayView()
Declaration
cs-api-definition
public SchedulerMultiDayView()
Properties
NumberOfDays
Controls how many consecutive days display side by side in the MultiDay view. Allows flexible scheduling periods beyond the standard week layout. For example, 3 shows a three-day view, 10 shows a ten-day view. Changes to this value refresh the view to display the new day range.
Methods
SetParametersAsync(ParameterView)
Declaration
cs-api-definition
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides