Skip to main content

AppointmentDragStartingEventArgs.AllowedOperations 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 AllowedOperations { get; set; }

#Property Value

Type Description
Windows.ApplicationModel.DataTransfer.DataPackageOperation

A Windows.ApplicationModel.DataTransfer.DataPackageOperation enumeration value.

See Also