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

BaseViewer.ClientSideOptions Property

Gets/sets values which configure automatic postback for individual events.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public ReadOnly Property ClientSideOptions As ViewerClientSideOptions
C#
[BrowsableAttribute(true)]
public ViewerClientSideOptions ClientSideOptions { get; }

Property Value

ViewerClientSideOptions class instance which provides an access to properties which configure automatic postback for individual events.

Remarks

Automatic postback can be enabled for all events with the AutoPostBack property. However if you want to disable automatic postback for certain events (e.g. Zoomed) and enable it for the other ones (e.g. WorkspaceClick), you can use this property. It exposes a boolean property for each event.

This property makes sense only if AutoPostBack is false. If it is true, postback occurs regardless of the values of the properties of the ViewerClientSideOptions object.

See Also

Reference