Back to Devexpress

ListBoxDragDropBehavior Class

wpf-devexpress-dot-xpf-dot-core-93eda67f.md

latest1.6 KB
Original Source

ListBoxDragDropBehavior Class

Contains set of properties and events that allow you to control drag-and-drop operations in the ListBoxEdit control.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class ListBoxDragDropBehavior :
    Behavior<ListBoxEdit>
vb
Public Class ListBoxDragDropBehavior
    Inherits Behavior(Of ListBoxEdit)

Inheritance

Object DispatcherObject DependencyObject Freezable Animatable DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase DevExpress.Mvvm.UI.Interactivity.Behavior DevExpress.Mvvm.UI.Interactivity.Behavior<ListBoxEdit> ListBoxDragDropBehavior

See Also

ListBoxDragDropBehavior Members

DevExpress.Xpf.Core Namespace