SPViewCollection.SPViewType enumeration
Specifies the type of view implemented for a list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPViewType
'Usage
Dim instance As SPViewCollection.SPViewType
public enum SPViewType
Members
Member name | Description | |
---|---|---|
Invalid | The view type is not specified. | |
Html | Represents a standard HTML view. | |
Grid | Represents a datasheet view. | |
Calendar | Represents a calendar view. | |
Recurrence | Represents a view that displays recurring events. | |
Chart | Represents a chart view. | |
Gantt | Represents a Gantt chart, which provides a graphical illustration of a schedule for planning, coordinating, and tracking specific tasks in a project. |