returns the javascript code in order to pan the map right

Namespace:  EGIS.Web.Controls
Assembly:  EGIS.Web.Controls (in EGIS.Web.Controls.dll)

Syntax

Visual Basic
Protected ReadOnly Property PanRightClientJS As String
	Get
C#
protected string PanRightClientJS { get; }
Visual C++
protected:
property String^ PanRightClientJS {
	String^ get ();
}
JavaScript
function get_panRightClientJS();

See Also