Displays the appointments in a week day 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 RadzenWeekView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerViewDisplays the appointments in a week day in RadzenScheduler<T>
public RadzenWeekView()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. |
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. |