Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class RadzenMultiDayView

    Displays the appointments in a multi-day view in RadzenScheduler<TItem>

    Inheritance
    System.Object
    SchedulerViewBase
    RadzenMultiDayView
    Implements
    ISchedulerView
    IDisposable
    Inherited Members
    SchedulerViewBase.Scheduler
    SchedulerViewBase.Dispose()
    SchedulerViewBase.SetParametersAsync(ParameterView)
    SchedulerViewBase.Render()
    SchedulerViewBase.OnAppointmentMove(SchedulerAppointmentMoveEventArgs)
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class RadzenMultiDayView : SchedulerViewBase, ISchedulerView, IDisposable

    Properties

    AdvanceDays

    Gets or sets number of days to advance when using prev / next. Set to 1 by default.

    Declaration
    public int AdvanceDays { get; set; }
    Property Value
    Type Description
    System.Int32

    The number of days to advance.

    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
    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
    public string HeaderFormat { get; set; }
    Property Value
    Type Description
    System.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
    System.String
    Overrides
    SchedulerViewBase.Icon

    MinutesPerSlot

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

    Declaration
    public int MinutesPerSlot { get; set; }
    Property Value
    Type Description
    System.Int32

    The slot size in minutes.

    NumberOfDays

    Gets or sets number of days to view. Set to 2 by default.

    Declaration
    public int NumberOfDays { get; set; }
    Property Value
    Type Description
    System.Int32

    The number of days.

    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
    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
    public override string Text { get; set; }
    Property Value
    Type Description
    System.String

    The text.

    Overrides
    SchedulerViewBase.Text

    TimeFormat

    Gets or sets the time format.

    Declaration
    public string TimeFormat { get; set; }
    Property Value
    Type Description
    System.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
    System.String

    The title.

    Overrides
    SchedulerViewBase.Title

    Methods

    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()

    Implements

    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