Skip to main content
A newer version of this page is available. .

DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> Class

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

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public abstract class DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> :
    Behavior<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>
DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties>
See Also