Back to Devexpress

DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> Class

windowsforms-devexpress-dot-utils-dot-dragdrop-dot-dragdropbehaviorbase-2.md

latest2.4 KB
Original Source

DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> Class

Represents a base class for the Drag-and-Drop Behavior.

Namespace : DevExpress.Utils.DragDrop

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public abstract class DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> :
    BehaviorWithEvents<TDragDropBehaviorSource>,
    IDragDropBehavior
    where TDragDropBehaviorSource : class, IDragDropBehaviorSource
vb
Public MustInherit Class DragDropBehaviorBase(Of TDragDropBehaviorSource As {Class, IDragDropBehaviorSource}, TDragDropBehaviorProperties As {Class, IDragDropBehaviorProperties})
    Inherits BehaviorWithEvents(Of TDragDropBehaviorSource)
    Implements IDragDropBehavior

Type Parameters

NameDescription
TDragDropBehaviorSource

A TDragDropBehaviorSource object that supports the Drag-and-Drop Behavior.

| | TDragDropBehaviorProperties |

A TDragDropBehaviorProperties object that exposes the Drag-and-Drop Behavior settings.

|

Inheritance

Object DevExpress.Utils.MVVM.BehaviorBase DevExpress.Utils.Behaviors.Behavior DevExpress.Utils.Behaviors.Behavior<TDragDropBehaviorSource> DevExpress.Utils.Behaviors.BehaviorWithEvents<TDragDropBehaviorSource> DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> DragDropBehavior

See Also

DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> Members

Drag-and-Drop Behavior

DragDropBehavior

DevExpress.Utils.DragDrop Namespace