DropIndicatorStyle Property
In This Topic
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 Style
public Style DropIndicatorStyle {get; set;}
See Also