Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class SchedulerMoreSelectEventArgs

    Supplies information about a MoreSelect event that is being raised.

    Inheritance
    object
    SchedulerMoreSelectEventArgs
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class SchedulerMoreSelectEventArgs

    Constructors

    SchedulerMoreSelectEventArgs()

    Supplies information about a MoreSelect event that is being raised.

    Declaration
    public SchedulerMoreSelectEventArgs()

    Properties

    Appointments

    List of appointments.

    Declaration
    public IEnumerable<AppointmentData> Appointments { get; set; }
    Property Value
    Type Description
    IEnumerable<AppointmentData>

    End

    The end of the slot.

    Declaration
    public DateTime End { get; set; }
    Property Value
    Type Description
    DateTime

    IsDefaultPrevented

    Has default action been prevented from occuring.

    Declaration
    public bool IsDefaultPrevented { get; }
    Property Value
    Type Description
    bool

    Start

    The start of the slot.

    Declaration
    public DateTime Start { get; set; }
    Property Value
    Type Description
    DateTime

    View

    Current View.

    Declaration
    public ISchedulerView View { get; set; }
    Property Value
    Type Description
    ISchedulerView

    Methods

    PreventDefault()

    Prevent the default action from occuring.

    Declaration
    public void PreventDefault()

    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