Back to Devexpress

AppointmentDragEventArgs.AllowAll Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdrageventargs-b3cbb6b4.md

latest1.2 KB
Original Source

AppointmentDragEventArgs.AllowAll Property

Gets or sets whether the user can drag the appointment along time cells.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

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

Property Value

TypeDescription
Boolean

true to allow the drag operation; otherwise, false.

|

See Also

AppointmentDragEventArgs Class

AppointmentDragEventArgs Members

DevExpress.XtraScheduler Namespace