DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> Class
Represents a base class for the Drag-and-Drop Behavior.
Namespace: DevExpress.Utils.DragDrop
Assembly: DevExpress.Utils.v24.1.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 |
---|---|
TDragDropBehaviorSource | A TDragDropBehaviorSource object that supports the Drag-and-Drop Behavior. |
TDragDropBehaviorProperties | A TDragDropBehaviorProperties object that exposes the Drag-and-Drop Behavior options. |
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