Intersoft.Client.UI.Controls.Interactivity Namespace : DragDropBehavior Class |
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 | Gets the System.Windows.Threading.Dispatcher this object is associated with. (Inherited from System.Windows.DependencyObject) | |
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 | Gets the entity 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 | Gets a value indicating whether the control is in design mode (development). (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 | Gets a value that indicates the current client 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 System.Windows.Interactivity.Behavior<UIElement>) | |
AssociatedType | (Inherited from System.Windows.Interactivity.Behavior) | |
Product | Overridden. Product Info. |
Name | Description | |
---|---|---|
Attach | (Inherited from System.Windows.Interactivity.Behavior) | |
ClearValue | Clears the local value of a dependency property. (Inherited from System.Windows.DependencyObject) | |
Detach | (Inherited from System.Windows.Interactivity.Behavior) | |
GetAnimationBaseValue | Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from System.Windows.DependencyObject) | |
GetAssociatedObject | Gets the associated object. (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | |
GetAssociatedType | Gets the associated type (Inherited from Intersoft.Client.Framework.ISBehavior<UIElement>) | |
GetValue | Returns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) | |
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 | Returns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject) | |
ResetDragDropState | Reset drag drop state. | |
SetTooltip | Overloaded. Sets the tooltip image and text based on its action. | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
StartDrag |
Name | Description | |
---|---|---|
OnAttached | Overridden. Called after the behavior is attached to an AssociatedObject. | |
OnDetaching | (Inherited from System.Windows.Interactivity.Behavior) | |
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. |