Table of Contents

Class SchedulerAppointmentMoveEventArgs

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a AppointmentMove event that is being raised.

public class SchedulerAppointmentMoveEventArgs
Inheritance
SchedulerAppointmentMoveEventArgs
Inherited Members

Constructors

SchedulerAppointmentMoveEventArgs()

public SchedulerAppointmentMoveEventArgs()

Properties

Appointment

Gets or sets the appointment data.

public AppointmentData Appointment { get; set; }

Property Value

AppointmentData

TimeSpan

Gets or sets the time span.

public TimeSpan TimeSpan { get; set; }

Property Value

TimeSpan