ISchedulerView Interface

Interface that has to be implemented by a view in order to by supported by RadzenScheduler<T>.

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public interface ISchedulerView

Properties

EndDatelink

Gets the end date.

Declaration
public DateTime EndDate { get; }
Property Value
Type Description
DateTimeGets the end date.

Iconlink

Gets the icon of the view. It is displayed in the view switching UI.

Declaration
public string Icon { get; }
Property Value
Type Description
stringGets the icon of the view. It is displayed in the view switching UI.

StartDatelink

Gets the start date.

Declaration
public DateTime StartDate { get; }
Property Value
Type Description
DateTimeGets the start date.

Textlink

Gets the text of the view. It is displayed in the view switching UI.

Declaration
public string Text { get; }
Property Value
Type Description
stringGets the text of the view. It is displayed in the view switching UI.

Titlelink

Gets the title of the view. It is displayed in the RadzenScheduler title area.

Declaration
public string Title { get; }
Property Value
Type Description
stringGets the title of the view. It is displayed in the RadzenScheduler title area.

Methods

Nextlink

Returns a new date when the user clicks the next button of RadzenScheduler.

Declaration
public abstract DateTime Next()
Returns
Type Description
DateTimeThe next date. For example a day view will return the next day, a week view will return the next week.

OnAppointmentMovelink

Handles appointent move event.

Declaration
public abstract Task OnAppointmentMove(SchedulerAppointmentMoveEventArgs data)
Parameters
Type Name Description
SchedulerAppointmentMoveEventArgs data
Returns
Type Description
Task

Prevlink

Returns a new date when the user clicks the previous button of RadzenScheduler.

Declaration
public abstract DateTime Prev()
Returns
Type Description
DateTimeThe previous date. For example a day view will return the previous day, a week view will return the previous week.

Renderlink

Renders this instance.

Declaration
public abstract RenderFragment Render()
Returns
Type Description
RenderFragmentRenderFragment.
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙