Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.