You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

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