Class LayoutControlDropIndicator
Represents a control that is used to indicate where the currently dragged item of a RadLayoutControl will be placed.
Inheritance
Namespace: Telerik.Windows.Controls.LayoutControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class LayoutControlDropIndicator : Control, IThemable
Constructors
LayoutControlDropIndicator()
Declaration
public LayoutControlDropIndicator()
Fields
IsDropTargetProperty
Identifies the Label dependency property.
Declaration
public static readonly DependencyProperty IsDropTargetProperty
Field Value
System.
|
Properties
IsDropTarget
Gets a value indicating whether this indicator is the current drop target of the drag operation in a RadLayoutControl.
Declaration
public bool IsDropTarget { get; }
Property Value
System.
|
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()