In This Topic
Gets or sets the ShowsPreview property. This dependency property indicates whether the preview control should be shown when dragged instead of directly updating the grid.
Syntax
'Declaration
Public Property ShowsPreview As Boolean
public bool ShowsPreview {get; set;}
See Also