This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewerClientSideOptions.PostBackOnClick Property

Gets/sets a value which turns automatic postback for the Click event.

Namespace: Aurigma.GraphicsMill.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property PostBackOnClick As Boolean
C#
[BrowsableAttribute(true)]
public bool PostBackOnClick { get; set; }

Property Value

A Boolean value which turns automatic postback for the Click event.

Remarks

If AutoPostBack is true, this event fires regardless to the value of this property.

See Also

Reference