Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> Class

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
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