Gets or sets a value indicating whether the view generator can accept data that the user drags onto it. This property allows the view generator to be a target for drop operations. To allow the view generator to be a source of a Drag&Drop operation the ServerVisualization.TextViewGenerator.AllowDrag property must be set to true.

Introduced: X14.

Syntax

public bool AllowDrop { get; set; }
Public Property AllowDrop() As Boolean