ComponentOne DataGrid for WPF and Silverlight
DropIndicatorStyle Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : DropIndicatorStyle Property
Gets or sets the style applied to a System.Windows.Controls.ContentControl element used to indicate the position where the dragged column will be dropped.
Syntax
'Declaration
 
Public Property DropIndicatorStyle As System.Windows.Style
public System.Windows.Style DropIndicatorStyle {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