The following tables list the members exposed by DragDropBehavior.
| Name | Description | |
|---|---|---|
![]()  | DragDropBehavior Constructor | Initializes a new instance of the DragDropBehavior class. | 
| Name | Description | |
|---|---|---|
![]() ![]()  | ActionProperty | Identifies the Action dependency property. | 
![]() ![]()  | DragDropScopeProperty | Identifies the DragDropScope dependency property. | 
![]() ![]()  | DragEffectProperty | Identifies the DragEffect dependency property. | 
![]() ![]()  | DropActionProperty | Identifies the DropAction dependency property. | 
![]() ![]()  | IsDragableProperty | Identifies the IsDragable dependency property. | 
![]() ![]()  | MoveActionProperty | Identifies the Action dependency property. | 
![]() ![]()  | ShadowOpacityMaskProperty | Identifies the ShadowOpacityMask dependency property. | 
![]() ![]()  | ShadowOpacityProperty | Identifies the ShadowOpacity dependency property. | 
![]() ![]()  | ShowTooltipProperty | Identifies the ShowTooltip dependency property. | 
![]() ![]()  | TooltipIconProperty | Identifies the TooltipIcon dependency property. | 
![]() ![]()  | TooltipLatencyProperty | Identifies the TooltipLatency dependency property. | 
![]() ![]()  | TooltipOffsetProperty | Identifies the TooltipOffset dependency property. | 
![]() ![]()  | TooltipStyleProperty | Identifies the TooltipText dependency property. | 
![]() ![]()  | TooltipTextProperty | Identifies the TooltipText dependency property. | 
| Name | Description | |
|---|---|---|
![]()  | Dispatcher |  (Inherited from  | 
![]()  | DragControl | Gets the drag control object | 
![]()  | DragControlContent | Gets the drag control object's content. | 
![]()  | DragDropScope | Gets or sets the drag drop scope. | 
![]()  | DragEffect | Gets or sets the visualiation effect when dragging is perform. | 
![]()  | DropAction | Gets or sets the action when the attached object is dropped. | 
![]()  | Framework | (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | 
![]()  | IsDragable | Gets or sets a value that determines whether the attached object is dragable. | 
![]()  | IsDragging | Gets the a value that indicates whether the associated object is being dragged. | 
![]()  | IsInDesignMode | (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | 
![]()  | IsPressed | Gets a value that indicates whether the associated object is pressed. | 
![]()  | IsTooltipTextDisplayed | Gets a value that indicates whether the tooltip text already displayed. | 
![]()  | Platform | (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | 
![]()  | Position | Gets the current position of the drag object. | 
![]()  | ShadowOpacity | Gets or sets the opacity of the shadow object. | 
![]()  | ShadowOpacityMask | Gets or sets the opacity mask of the shadow object. | 
![]()  | ShowTooltip | Gets or sets a value that determines whether a tooltip should be shown when dragging. | 
![]()  | Tooltip | Gets the tooltip object. | 
![]()  | TooltipIcon | Gets or sets the icon of the tooltip. | 
![]()  | TooltipLatency | Gets or sets a value that determines the latency to show the tooltip. | 
![]()  | TooltipOffset | Gets or sets the offset position of the tooltip. | 
![]()  | TooltipStyle | Gets or sets the style of the tooltip. | 
![]()  | TooltipText | Gets or sets the text of the tooltip. | 
![]()  | X | Gets the position.X value. | 
![]()  | Y | Gets the position.Y value. | 
| Name | Description | |
|---|---|---|
![]()  | AssociatedObject |  (Inherited from  | 
![]()  | AssociatedType |  (Inherited from  | 
![]()  | Product | Overridden. Product Info. | 
| Name | Description | |
|---|---|---|
![]()  | Attach |  (Inherited from  | 
![]()  | ClearValue |  (Inherited from  | 
![]()  | Detach |  (Inherited from  | 
![]()  | GetAnimationBaseValue |  (Inherited from  | 
![]()  | GetAssociatedObject | (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | 
![]()  | GetAssociatedType | (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | 
![]()  | GetValue |  (Inherited from  | 
![]()  | IsMove | Gets a value that indicates whether the current drag operation is moving item to another panel. | 
![]()  | IsNotAllowed | Gets a value that indicates whether the curent drag operation is none. | 
![]()  | IsRemove | Gets a value that indicates whether the current drag operation is removing item. | 
![]()  | IsReorder | Gets a value that indicates whether the current drag operation is reordering item. | 
![]()  | ReadLocalValue |  (Inherited from  | 
![]()  | ResetDragDropState | Reset drag drop state. | 
![]()  | SetTooltip | Overloaded. Sets the tooltip image and text based on its action. | 
![]()  | SetValue |  (Inherited from  | 
![]()  | StartDrag | 
| Name | Description | |
|---|---|---|
![]()  | OnAttached | Overridden. Called after the behavior is attached to an AssociatedObject. | 
![]()  | OnDetaching |  (Inherited from  | 
![]()  | OnDragEnd | Raises the OnDragEnd event. | 
![]()  | OnDragEnded | Raises the OnDragEnded event. | 
![]()  | OnDragEnter | Raises the DragEnter event. | 
![]()  | OnDragInit | Raises the DragInit event. | 
![]()  | OnDragLeave | Raises the DragLeave event. | 
![]()  | OnDragOver | Raises the DragOver event. | 
![]()  | OnDragReturn | Raises the DragReturn event. | 
![]()  | OnDragReturned | Raises the DragReturned event. | 
![]()  | OnDragStart | Raises the DragStart event. | 
![]()  | OnDragStarted | Raises the DragStarted event. | 
![]()  | OnDrop | Raises the Drop event. | 
![]()  | OnShadowCreated | Raises the ShadowCreated event. | 
![]()  | OnShadowInit | Raises the ShadowInit event. | 
| Name | Description | |
|---|---|---|
![]()  | DragEnd | Occurs when drag end. | 
![]()  | DragEnded | Occurs when drag ended. | 
![]()  | DragEnter | Occurs when drag drop is entering drop target. | 
![]()  | DragInit | Occurs when drag is initializing. | 
![]()  | DragLeave | Occurs when drag is leaving drop target. | 
![]()  | DragOver | Occurs when drag drop is hovering drop target. | 
![]()  | DragReturn | Occurs when drag object is returned to original position. | 
![]()  | DragReturned | Occurs when drag object is returned to original position. | 
![]()  | DragStart | Occurs when drag start. | 
![]()  | DragStarted | Occurs when drag started. | 
![]()  | Drop | Occurs when drag drop. | 
![]()  | ShadowCreated | Occurs when shadow is created. | 
![]()  | ShadowInit | Occurs when shadow is initializing. | 
    
    
    
    
    
    
                






