Back to Devexpress

AppointmentDragEventArgs.AllowThisAppointment Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdrageventargs-44559a20.md

latest1.5 KB
Original Source

AppointmentDragEventArgs.AllowThisAppointment Property

Gets or sets whether the drag operation is allowed for a specific appointment when the user is dragging multiple appointments at the same time.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public bool AllowThisAppointment { get; set; }
vb
Public Property AllowThisAppointment As Boolean

Property Value

TypeDescription
Boolean

true to allow the drag operation; otherwise, false.

|

See Also

EditedAppointment

AdditionalAppointments

AppointmentDragEventArgs Class

AppointmentDragEventArgs Members

DevExpress.XtraScheduler Namespace