Class AppointmentResizingEventArgs
Provides data for a AppointmentResizing event.Specifies the properties to resize appointent objects in the view.
Inheritance
System.Object
AppointmentResizingEventArgs
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class AppointmentResizingEventArgs : EventArgs
Constructors
AppointmentResizingEventArgs()
Declaration
public AppointmentResizingEventArgs()
Properties
Appointment
Specifies the appointment data to be resized in the view.
Declaration
public object Appointment { get; }
Property Value
Type |
---|
System.Object |
From
Provides date time of the appoinment object from which it has to be resized.
Declaration
public DateTime From { get; }
Property Value
Type |
---|
System.DateTime |
RefreshAppointment
Checks whether the appointment in the view is resized and refreshed.
Declaration
public bool RefreshAppointment { get; set; }
Property Value
Type |
---|
System.Boolean |
ResizeType
Specifies whether the resizing of appointment object occurs at start time or end time.
Declaration
public ResizeType ResizeType { get; }
Property Value
Type |
---|
ResizeType |
To
Provides date time of the appointment object up to which it has to be resized.
Declaration
public DateTime To { get; }
Property Value
Type |
---|
System.DateTime |