Skip to main content
All docs
V26.1
  • DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> Class

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

    Namespace: DevExpress.Utils.DragDrop

    Assembly: DevExpress.Utils.v26.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 settings.

    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