Share via


JSGrid.JSControllerClassName Property

Gets or sets the name of the user-created ECMAScript (JavaScript, JScript) class that manages this JSGrid control.

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

Syntax

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

value = instance.JSControllerClassName

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

Property Value

Type: System.String
The name of the user-created JavaScript class that manages this JSGrid control.

See Also

Reference

JSGrid Class

JSGrid Members

Microsoft.SharePoint.WebControls Namespace