Gets 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 Type GetAllowedDropType(
	DependencyObject source
)
Visual Basic
Public Shared Function GetAllowedDropType ( _
	source As DependencyObject _
) As Type
JScript
public static function GetAllowedDropType(
	source : DependencyObject
) : Type

Parameters

source
Type: System.Windows..::..DependencyObject
Target element

Return Value

The drop type

See Also