SchedulerAppointmentMoveEventArgs Class

Supplies information about a AppointmentMove event that is being raised.

Inheritance

Object

SchedulerAppointmentMoveEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class SchedulerAppointmentMoveEventArgs

Constructors

SchedulerAppointmentMoveEventArgslink

Supplies information about a AppointmentMove event that is being raised.

Declaration
public SchedulerAppointmentMoveEventArgs()

Properties

Appointmentlink

Gets or sets the appointment data.

Declaration
public AppointmentData Appointment { get; set; }
Property Value
Type Description
AppointmentDataGets or sets the appointment data.

SlotDatelink

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

Declaration
public DateTime SlotDate { get; set; }
Property Value
Type Description
DateTimeGets or sets the date of the slot where the appointment is moved.

TimeSpanlink

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
TimeSpanGets or sets the time span which represents the difference between slot start and appointment start.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙