Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class SchedulerAppointmentMoveEventArgs

    Supplies information about a Radzen.Blazor.Rendering.DropableViewBase.AppointmentMove event that is being raised.

    Inheritance
    System.Object
    SchedulerAppointmentMoveEventArgs
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class SchedulerAppointmentMoveEventArgs : object

    Properties

    Appointment

    Gets or sets the appointment data.

    Declaration
    public AppointmentData Appointment { get; set; }
    Property Value
    Type Description
    AppointmentData

    SlotDate

    Gets or sets the date of the slot where the appointment is moved.

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

    TimeSpan

    Gets or sets the time span which represents the difference between slot start and appointment start.

    Declaration
    public TimeSpan TimeSpan { get; set; }
    Property Value
    Type Description
    TimeSpan

    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