Displays the appointments in a month day in RadzenScheduler<T>
SchedulerYearViewBase.GetYearRange
SchedulerYearViewBase.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 RadzenYearPlannerView : SchedulerYearViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerView<RadzenScheduler Data="@appointments">
<RadzenMonthView />
</RadzenScheduler>Displays the appointments in a month day in RadzenScheduler<T>
public RadzenYearPlannerView()public DateTime EndDate { get; }
| Type | Description |
|---|---|
| DateTime |
public string Icon { get; }
| Type | Description |
|---|---|
| string |
Specifies the maximum appointnments to render in a slot.
public int? MaxAppointmentsInSlot { get; set; }
| Type | Description |
|---|---|
| int? | Specifies the maximum appointnments to render in a slot. |
Specifies the text displayed when there are more appointments in a slot than MaxAppointmentsInSlot.
public string MoreText { get; set; }
| Type | Description |
|---|---|
| string | Specifies the text displayed when there are more appointments in a slot than MaxAppointmentsInSlot. |
public DateTime StartDate { get; }
| Type | Description |
|---|---|
| DateTime |
Gets or sets the start month for the year views />.
public Month StartMonth { get; set; }
| Type | Description |
|---|---|
| Month | Gets or sets the start month for the year views />. |
public string Text { get; set; }
| Type | Description |
|---|---|
| string |
public string Title { get; }
| Type | Description |
|---|---|
| string |
protected override void BuildRenderTree(Rendering.RenderTreeBuilder __builder)
| Type | Name | Description |
|---|---|---|
| Rendering.RenderTreeBuilder | __builder |
public override DateTime Next()
| Type | Description |
|---|---|
| DateTime |
public override DateTime Prev()
| Type | Description |
|---|---|
| DateTime |
public override RenderFragment Render()
| Type | Description |
|---|---|
| RenderFragment |