Displays the appointments as an agenda RadzenScheduler<T>
SchedulerViewBase.SetParametersAsync
SchedulerViewBase.OnAppointmentMove
ComponentBase.OnInitialized
ComponentBase.OnInitializedAsync
ComponentBase.OnParametersSet
ComponentBase.OnParametersSetAsync
ComponentBase.StateHasChanged
ComponentBase.ShouldRender
ComponentBase.OnAfterRender
ComponentBase.OnAfterRenderAsync
ComponentBase.InvokeAsync
ComponentBase.DispatchExceptionAsync
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class RadzenAgendaView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerView<RadzenScheduler Data="@appointments">
<RadzenAgendaView />
</RadzenScheduler>Displays the appointments as an agenda RadzenScheduler<T>
public RadzenAgendaView()Gets or sets the text displayed for appointments that span more than one day. Set to Multi-day by default.
public string MultiDayText { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the text displayed for appointments that span more than one day. Set to Multi-day by default. |
Gets or sets number of days to view. Set to 1 by default.
public int NumberOfDays { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets number of days to view. Set to 1 by default. |
public DateTime StartDate { get; }
| Type | Description |
|---|---|
| DateTime |
Gets or sets the time format.
public string TimeFormat { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the time format. |