Back to Devexpress

SchedulerControl.CustomAllowAppointmentResize Event

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercontrol-1029341f.md

latest2.7 KB
Original Source

SchedulerControl.CustomAllowAppointmentResize Event

Occurs when attempting to resize the appointment.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public event AppointmentItemOperationEventHandler CustomAllowAppointmentResize
vb
Public Event CustomAllowAppointmentResize As AppointmentItemOperationEventHandler

Event Data

The CustomAllowAppointmentResize event's data class is AppointmentItemOperationEventArgs. The following properties provide information specific to this event:

PropertyDescription
AllowGets or sets whether performing a particular action is allowed.
AppointmentGets the appointment for which the element is raised. Inherited from AppointmentItemEventArgs.
RecurringGets whether the target appointment is recurring.

Remarks

Handle the CustomAllowAppointmentResize event and sets its AppointmentItemOperationEventArgs.Allow property to specify a particular case when an end-user is allowed to resize the appointment. If you do not specify the required behavior manually, the SchedulerControl.AllowAppointmentResize property manages whether deleting appointments is allowed.

Access the appointment to be resized using the AppointmentItemEventArgs.Appointment property. To prevent the appointment from being resized, set the AppointmentItemOperationEventArgs.Allow property to false.

See Also

SchedulerControl Class

SchedulerControl Members

DevExpress.Xpf.Scheduling Namespace