Represents a control that is used to indicate where the currently dragged item of a RadLayoutControl will be placed.
Definition
Namespace:Telerik.Windows.Controls.LayoutControl
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class LayoutControlDropIndicator : Control
Inheritance: objectLayoutControlDropIndicator
Constructors
C#
public LayoutControlDropIndicator()
Fields
IsDropTargetProperty
DependencyProperty
Identifies the Label dependency property.
C#
public static readonly DependencyProperty IsDropTargetProperty
Properties
Gets a value indicating whether this indicator is the current drop target of the drag operation in a RadLayoutControl.
C#
public bool IsDropTarget { get; }
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
C#
public void ResetTheme()