Skip to main content

AppointmentDragEventArgsBase.AcceptedOperation Property

Specifies the operations the user is allowed to perform.

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

public DataPackageOperation AcceptedOperation { get; set; }

Property Value

Type Description
Windows.ApplicationModel.DataTransfer.DataPackageOperation

A Windows.ApplicationModel.DataTransfer.DataPackageOperation enumeration value.

See Also