DragSourceColumnStyle Property
In This Topic
Gets or sets the style applied to a
System.Windows.Controls.ContentControl that is placed over the source column when it starts the Drag and Drop operation.
Syntax
'Declaration
Public Property DragSourceColumnStyle As Style
public Style DragSourceColumnStyle {get; set;}
See Also