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.
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. |