windowsforms-devexpress-dot-utils-dot-dragdrop-dot-dragdropbehaviorbase-2.md
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
public abstract class DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> :
BehaviorWithEvents<TDragDropBehaviorSource>,
IDragDropBehavior
where TDragDropBehaviorSource : class, IDragDropBehaviorSource
Public MustInherit Class DragDropBehaviorBase(Of TDragDropBehaviorSource As {Class, IDragDropBehaviorSource}, TDragDropBehaviorProperties As {Class, IDragDropBehaviorProperties})
Inherits BehaviorWithEvents(Of TDragDropBehaviorSource)
Implements IDragDropBehavior
| Name | Description |
|---|---|
| TDragDropBehaviorSource |
A TDragDropBehaviorSource object that supports the Drag-and-Drop Behavior.
| | TDragDropBehaviorProperties |
A TDragDropBehaviorProperties object that exposes the Drag-and-Drop Behavior settings.
|
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