AppointmentDragEventArgs.Handled Property
In This Article
Gets or sets whether the drag-and-drop operation is handled, and therefore no default processing is required.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if no default processing is required; otherwise, false. |
See Also