JSGrid.IncludeGanttJavaScript Property

Gets or sets a Boolean value that indicates whether the server sends to the browser the ECMAScript (JavaScript, JScript) needed to render a Gantt chart.

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

Syntax

'Declaration
Public Property IncludeGanttJavaScript As Boolean
    Get
    Set
'Usage
Dim instance As JSGrid
Dim value As Boolean

value = instance.IncludeGanttJavaScript

instance.IncludeGanttJavaScript = value
public bool IncludeGanttJavaScript { get; set; }

Property Value

Type: System.Boolean
true if the server sends the JavaScript to the browser; otherwise false.

See Also

Reference

JSGrid Class

JSGrid Members

Microsoft.SharePoint.WebControls Namespace