Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenWeekView

    Displays the appointments in a week day in RadzenScheduler<TItem>

    Inheritance
    object
    ComponentBase
    SchedulerViewBase
    RadzenWeekView
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    ISchedulerView
    IDisposable
    Inherited Members
    SchedulerViewBase.Dispose()
    SchedulerViewBase.SetParametersAsync(ParameterView)
    SchedulerViewBase.OnAppointmentMove(SchedulerAppointmentMoveEventArgs)
    SchedulerViewBase.Scheduler
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenWeekView : SchedulerViewBase, IComponent, IHandleEvent, IHandleAfterRender, ISchedulerView, IDisposable

    Constructors

    RadzenWeekView()

    Displays the appointments in a week day in RadzenScheduler<TItem>

    Declaration
    public RadzenWeekView()

    Properties

    EndDate

    Gets the end date.

    Declaration
    public override DateTime EndDate { get; }
    Property Value
    Type Description
    DateTime

    The end date.

    Overrides
    SchedulerViewBase.EndDate

    EndTime

    Gets or sets the end time.

    Declaration
    [Parameter]
    public TimeSpan EndTime { get; set; }
    Property Value
    Type Description
    TimeSpan

    The end time.

    HeaderFormat

    Gets or sets the format used to display the header text.

    Declaration
    [Parameter]
    public string HeaderFormat { get; set; }
    Property Value
    Type Description
    string

    The header text format. Set to ddd by default.

    Icon

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

    Declaration
    public override string Icon { get; }
    Property Value
    Type Description
    string
    Overrides
    SchedulerViewBase.Icon

    MinutesPerSlot

    Gets or sets slot size in minutes. Set to 30 by default.

    Declaration
    [Parameter]
    public int MinutesPerSlot { get; set; }
    Property Value
    Type Description
    int

    The slot size in minutes.

    StartDate

    Gets the start date.

    Declaration
    public override DateTime StartDate { get; }
    Property Value
    Type Description
    DateTime

    The start date.

    Overrides
    SchedulerViewBase.StartDate

    StartTime

    Gets or sets the start time.

    Declaration
    [Parameter]
    public TimeSpan StartTime { get; set; }
    Property Value
    Type Description
    TimeSpan

    The start time.

    Text

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

    Declaration
    [Parameter]
    public override string Text { get; set; }
    Property Value
    Type Description
    string

    The text.

    Overrides
    SchedulerViewBase.Text

    TimeFormat

    Gets or sets the time format.

    Declaration
    [Parameter]
    public string TimeFormat { get; set; }
    Property Value
    Type Description
    string

    The time format. Set to h tt by default.

    Title

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

    Declaration
    public override string Title { get; }
    Property Value
    Type Description
    string

    The title.

    Overrides
    SchedulerViewBase.Title

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Displays the appointments in a week day in RadzenScheduler<TItem>

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    Next()

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

    Declaration
    public override DateTime Next()
    Returns
    Type Description
    DateTime

    The next date. For example a day view will return the next day, a week view will return the next week.

    Overrides
    SchedulerViewBase.Next()

    Prev()

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

    Declaration
    public override DateTime Prev()
    Returns
    Type Description
    DateTime

    The previous date. For example a day view will return the previous day, a week view will return the previous week.

    Overrides
    SchedulerViewBase.Prev()

    Render()

    Renders this instance.

    Declaration
    public override RenderFragment Render()
    Returns
    Type Description
    RenderFragment
    Overrides
    SchedulerViewBase.Render()

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    ISchedulerView
    IDisposable

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT