Class FileBrowserDragOverHighlightBehavior
An attached behavior for synchronization of the current drag-over item in the context of a drag-drop operation.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.FileDialogs
Assembly: Telerik.Windows.Controls.FileDialogs.dll
Syntax
public static class FileBrowserDragOverHighlightBehavior
Fields
IsDragOverProperty
Identifies the IsDragOver attached property.
Declaration
public static readonly DependencyProperty IsDragOverProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetIsDragOver(DependencyObject)
Returns the value of the IsDragOver property related to the specified object.
Declaration
public static bool GetIsDragOver(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
SetIsDragOver(DependencyObject, Boolean)
Sets the value of the IsDragOver property related to the specified object.
Declaration
public static void SetIsDragOver(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|