ClassTreeViewDragVisual
A visual representation of drag drop operation. Displays an image of dragged items and a textual representation of drop position and action.
Definition
Namespace:Telerik.Windows.Controls.TreeView
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class TreeViewDragVisual : ContentControl
Inheritance: objectTreeViewDragVisual
Constructors
TreeViewDragVisual()
Declaration
public TreeViewDragVisual()
Fields
DragPreviewVisibilityProperty
Identifies the DragPreviewVisibility property.
Declaration
public static readonly DependencyProperty DragPreviewVisibilityProperty
Field Value
DependencyProperty
DragTooltipVisibilityProperty
Identifies the DragTooltipVisibility property.
Declaration
public static readonly DependencyProperty DragTooltipVisibilityProperty
Field Value
DependencyProperty
DropActionTextProperty
Identifies the DropActionText dependency property.
Declaration
public static readonly DependencyProperty DropActionTextProperty
Field Value
DependencyProperty
DropTargetProperty
Identifies the DropTarget dependency property.
Declaration
public static readonly DependencyProperty DropTargetProperty
Field Value
DependencyProperty
DropTargetTemplateProperty
Identifies the DropTargetTemplate dependency property.
Declaration
public static readonly DependencyProperty DropTargetTemplateProperty
Field Value
DependencyProperty
IsDropPossibleProperty
Identifies the IsDropPossible dependency property.
Declaration
public static readonly DependencyProperty IsDropPossibleProperty
Field Value
DependencyProperty
Properties
DragPreviewVisibility
Gets or sets the visibility of the area showing a the dragged items. This is a dependency property.
Declaration
public Visibility DragPreviewVisibility { get; set; }
Property Value
Visibility
DragTooltipVisibility
Gets or sets the visibility of the tooltip showing an icon, action text and a preview of the destination. This is a dependency property.
Declaration
public Visibility DragTooltipVisibility { get; set; }
Property Value
Visibility
DropActionText
Gets or sets text describing the drop action displayed as a hint.
DropTarget
Gets or sets the object representing the drop target.
DropTargetTemplate
Gets or sets the data template used to present the value in DropTarget property.
Declaration
public DataTemplate DropTargetTemplate { get; set; }
Property Value
DataTemplate
IsDropPossible
Gets or sets the state identifying whether drop is possible or not. If drop is possible a drop possible visual will bi displayed as a hint. If drop is not possible a drop impossible visual will be displayed as a hint.
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e