Share via


JSGrid.JSControllerInstanceName Property

Gets or sets the name of the variable that holds an instance of the ECMAScript (JavaScript, JScript) controller that is specified by the JSControllerClassName property.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property JSControllerInstanceName As String
    Get
    Set
'Usage
Dim instance As JSGrid
Dim value As String

value = instance.JSControllerInstanceName

instance.JSControllerInstanceName = value
public string JSControllerInstanceName { get; set; }

Property Value

Type: System.String
The name of the variable that holds an instance of the JavaScript controller that is specified by the JSControllerClassName property.

Remarks

Setting this property is not required because an appropriate default value is created automatically. This property exists to provide control over the name that is generated.

See Also

Reference

JSGrid Class

JSGrid Members

Microsoft.SharePoint.WebControls Namespace