Skip to main content
A newer version of this page is available. .

AppointmentDragStartingEventArgs.AllowedOperations Property

Specifies the operations the user is allowed to perform.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public DataPackageOperation AllowedOperations { get; set; }

Property Value

Type Description
Windows.ApplicationModel.DataTransfer.DataPackageOperation

A Windows.ApplicationModel.DataTransfer.DataPackageOperation enumeration value.

See Also