Gets or sets whether a user's drag of the selection occurs continuously.
[In Web Forms there is no continuous visual feedback of a drag.]
[Category("Behavior")]
[DefaultValue(false)]
[Description("Whether a user's drag of the selection occurs continuously instead of dragging an outline.")]
public virtual bool DragsRealtime {get; set;}
Property Value
If this value is true, the objects in the selection are actually moved
continuously, following the mouse.
If this value is false, the user actually drags around an image of
the selection, and the move only happens on mouse up.
The default value is false.