ClassLayoutControlDragVisual
Class
Represents the drag visual of a drag-drop operation in a RadLayoutControl.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class LayoutControlDragVisual : Control
Inheritance: objectLayoutControlDragVisual
Constructors
LayoutControlDragVisual()
Declaration
cs-api-definition
public LayoutControlDragVisual()
Fields
ContextItemProperty
Identifies the ContextItem dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty ContextItemProperty
Field Value
DependencyProperty
Properties
ContextItem
Gets the element that this visual corresponds to.
Declaration
cs-api-definition
public FrameworkElement ContextItem { get; }
Property Value
FrameworkElement
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.