ComponentOne DataGrid for WPF and Silverlight
DragSourceColumnStyle Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : DragSourceColumnStyle Property
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 System.Windows.Style
public System.Windows.Style DragSourceColumnStyle {get; set;}
Remarks
System.Windows.Style.TargetType of the System.Windows.Style must be set to System.Windows.Controls.ContentControl.
See Also

Reference

C1DataGrid Class
C1DataGrid Members