DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> Class
In This Article
Represents a base class for the Drag-and-Drop Behavior.
Namespace: DevExpress.Utils.DragDrop
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public abstract class DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> :
BehaviorWithEvents<TDragDropBehaviorSource>,
IDragDropBehavior
where TDragDropBehaviorSource : class, IDragDropBehaviorSource
#Type Parameters
Name | Description |
---|---|
TDrag |
A TDrag |
TDrag |
A TDrag |
#Inheritance
Object
DevExpress.Utils.MVVM.BehaviorBase
DevExpress.Utils.Behaviors.Behavior
DevExpress.Utils.Behaviors.Behavior<TDragDropBehaviorSource>
DevExpress.Utils.Behaviors.BehaviorWithEvents<TDragDropBehaviorSource>
DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties>
See Also