Back to Devexpress

AppointmentEditingEventArgs.CanceledEditAppointments Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-appointmenteditingeventargs.md

latest1.4 KB
Original Source

AppointmentEditingEventArgs.CanceledEditAppointments Property

Provides access to the collection of appointments for which changes should be canceled.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IList<AppointmentItem> CanceledEditAppointments { get; }
vb
Public ReadOnly Property CanceledEditAppointments As IList(Of AppointmentItem)

Property Value

Type
IList<AppointmentItem>

Remarks

To prevent specific appointments from being edited, add them to the CanceledAppointments collection.

See Also

AppointmentEditingEventArgs Class

AppointmentEditingEventArgs Members

DevExpress.Xpf.Scheduling Namespace