New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public class LayoutControlDragVisual : Control

Inheritance: objectLayoutControlDragVisual

Constructors

C#
public LayoutControlDragVisual()

Fields

ContextItemProperty

DependencyProperty

Identifies the ContextItem dependency property.

C#
public static readonly DependencyProperty ContextItemProperty

Properties

ContextItem

FrameworkElement

Gets the element that this visual corresponds to.

C#
public FrameworkElement ContextItem { get; }

Methods

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()