Skip to main content

AppointmentDropCompletedEventArgs.DropResult Property

Indicates the result of the drag-drop operation.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public DataPackageOperation DropResult { get; }

Property Value

Type Description
Windows.ApplicationModel.DataTransfer.DataPackageOperation

A Windows.ApplicationModel.DataTransfer.DataPackageOperation enumeration value.

See Also