Property for last check before drag can start. It's not the same as IsDragSourceProperty. IsDragSourceProperty assigns the whole behaviour to the target and makes drag work. This one can be set to false if drag shouldn't start in the moment.

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

Syntax

C#
public static readonly DependencyProperty CanDragStartProperty
Visual Basic
Public Shared ReadOnly CanDragStartProperty As DependencyProperty
JScript
public static final var CanDragStartProperty : DependencyProperty

See Also