Click or drag to resize

RubberBandAutoPostBack Property

Gets or sets a value that indicates whether the selection will automatically post back when it has changed on the client side.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool AutoPostBack { get; set; }

Property Value

Type: Boolean

true if the RubberBand will automatically post back when it has changed on the client side.; otherwise, false. The default is false.

See Also