ClassLayoutControlDropIndicator
Class
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:
cs-api-definition
public class LayoutControlDropIndicator : Control
Inheritance: objectLayoutControlDropIndicator
Constructors
LayoutControlDropIndicator()
Declaration
cs-api-definition
public LayoutControlDropIndicator()
Fields
IsDropTargetProperty
Identifies the Label dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty IsDropTargetProperty
Field Value
DependencyProperty
Properties
IsDropTarget
Gets a value indicating whether this indicator is the current drop target of the drag operation in a RadLayoutControl.
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.