Sets value indicating if object is a drag source

Namespace: Ico.WPF.Specialized.DataGridControl.DragDrop
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static void SetIsDragSource(
	DependencyObject target,
	bool value
)
Visual Basic
Public Shared Sub SetIsDragSource ( _
	target As DependencyObject, _
	value As Boolean _
)
JScript
public static function SetIsDragSource(
	target : DependencyObject, 
	value : boolean
)

Parameters

target
Type: System.Windows..::..DependencyObject
Target object
value
Type: System..::..Boolean
New value

See Also