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

AppointmentDragStartingEventArgs.DragUI Property

Returns the visual representation of appointments the user is dragging.

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

public DragUI DragUI { get; }

Property Value

Type Description
DragUI

A Microsoft.UI.Xaml.DragUIOverride object.

See Also