Skip to main content

AppointmentDragEventArgsBase.DragUIOverride Property

Returns the visual representation of appointments the user is dragging.

Namespace: DevExpress.WinUI.Scheduler

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

NuGet Package: DevExpress.WinUI

Declaration

public DragUIOverride DragUIOverride { get; }

Property Value

Type Description
DragUIOverride

A Microsoft.UI.Xaml.DragUIOverride object.

See Also