ClassSchedulerAgendaView
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class SchedulerAgendaView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseSchedulerViewBaseSchedulerAgendaView
Implements:
Inherited Members
Constructors
SchedulerAgendaView()
Declaration
public SchedulerAgendaView()
Properties
HideEmptyAgendaDays
Controls whether days without appointments appear in the Agenda view list. When enabled, only days containing appointments are shown, creating a cleaner, more compact agenda. When disabled, all days in the NumberOfDays range appear, including empty days with date headers.
Declaration
[Parameter]
public bool HideEmptyAgendaDays { get; set; }
Property Value
NumberOfDays
Controls how many consecutive days the Agenda view displays in its list format. Each day with appointments appears as a separate section in the agenda. For example, 7 shows a weekly agenda, 30 shows approximately a monthly agenda. Days without appointments may be hidden based on the HideEmptyAgendaDays setting.
Methods
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
parameters
Returns
Overrides