DragOverColumnStyle Property
In This Topic
Gets or sets the style applied to a
System.Windows.Controls.ContentControl element used to show the dragged column while it moves.
Syntax
'Declaration
Public Property DragOverColumnStyle As Style
public Style DragOverColumnStyle {get; set;}
See Also