Sets the allowed drop type

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 SetAllowedDropType(
	DependencyObject target,
	Type value
)
Visual Basic
Public Shared Sub SetAllowedDropType ( _
	target As DependencyObject, _
	value As Type _
)
JScript
public static function SetAllowedDropType(
	target : DependencyObject, 
	value : Type
)

Parameters

target
Type: System.Windows..::..DependencyObject
Target element
value
Type: System..::..Type
The drop type

See Also