Class
FileBrowserDragOverHighlightBehavior

An attached behavior for synchronization of the current drag-over item in the context of a drag-drop operation.

Definition

Namespace:Telerik.Windows.Controls.FileDialogs

Assembly:Telerik.Windows.Controls.FileDialogs.dll

Syntax:

cs-api-definition
public static class FileBrowserDragOverHighlightBehavior

Inheritance: objectFileBrowserDragOverHighlightBehavior

Fields

IsDragOverProperty

Identifies the IsDragOver attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsDragOverProperty

Field Value

DependencyProperty

Methods

GetIsDragOver(DependencyObject)

Returns the value of the IsDragOver property related to the specified object.

Declaration

cs-api-definition
public static bool GetIsDragOver(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

SetIsDragOver(DependencyObject, bool)

Sets the value of the IsDragOver property related to the specified object.

Declaration

cs-api-definition
public static void SetIsDragOver(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool