PaneLayout Enumeration

Specifies the chart to display; gird only, grid and gantt chart, or grid and pivoted grid.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration PaneLayout
'Usage
Dim instance As PaneLayout
public enum PaneLayout

Members

Member name Description
GridOnly Indicates that only the grid will be displayed.
GridAndGantt Indicates that both the grid and the gantt chart will be displayed.
GridAndPivotedGrid Indicates that both the grid and the pivoted grid will be displayed.

See Also

Reference

Microsoft.SharePoint.JSGrid Namespace