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:
C#
public static class FileBrowserDragOverHighlightBehavior
Inheritance: objectFileBrowserDragOverHighlightBehavior
Fields
IsDragOverProperty
DependencyProperty
Identifies the IsDragOver attached property.
C#
public static readonly DependencyProperty IsDragOverProperty
Methods
Returns the value of the IsDragOver property related to the specified object.
C#
public static bool GetIsDragOver(DependencyObject obj)
Sets the value of the IsDragOver property related to the specified object.
C#
public static void SetIsDragOver(DependencyObject obj, bool value)