Class SchedulerAppointmentMoveEventArgs
Supplies information about a Radzen.Blazor.Rendering.DropableViewBase.AppointmentMove event that is being raised.
Inherited Members
Namespace: Radzen
Assembly: Radzen.Blazor.dll
Syntax
public class SchedulerAppointmentMoveEventArgs
Constructors
SchedulerAppointmentMoveEventArgs()
Supplies information about a Radzen.Blazor.Rendering.DropableViewBase.AppointmentMove event that is being raised.
Declaration
public SchedulerAppointmentMoveEventArgs()
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 |