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