Class
LayoutControlDropIndicator

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.

Declaration

cs-api-definition
public bool IsDropTarget { get; }

Property Value

bool

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

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()