Displays the appointments in a multi-day view in 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 RadzenMultiDayView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerViewDisplays the appointments in a multi-day view in RadzenScheduler<T>
public RadzenMultiDayView()Gets or sets number of days to advance when using prev / next. Set to 1 by default.
public int AdvanceDays { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets number of days to advance when using prev / next. Set to 1 by default. |
Gets or sets the end time.
public TimeSpan EndTime { get; set; }
| Type | Description |
|---|---|
| TimeSpan | Gets or sets the end time. |
Gets or sets the format used to display the header text.
public string HeaderFormat { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the format used to display the header text. |
Gets or sets slot size in minutes. Set to 30 by default.
public int MinutesPerSlot { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets slot size in minutes. Set to 30 by default. |
Gets or sets number of days to view. Set to 2 by default.
public int NumberOfDays { get; set; }
| Type | Description |
|---|---|
| int | Gets or sets number of days to view. Set to 2 by default. |
public DateTime StartDate { get; }
| Type | Description |
|---|---|
| DateTime |
Gets or sets the start time.
public TimeSpan StartTime { get; set; }
| Type | Description |
|---|---|
| TimeSpan | Gets or sets the start time. |
Gets or sets the time format.
public string TimeFormat { get; set; }
| Type | Description |
|---|---|
| string | Gets or sets the time format. |