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

C#
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