ViewType enumeration
Specifies the type of the list view.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration ViewType
'Usage
Dim instance As ViewType
public enum ViewType
Members
Member name | Description | |
---|---|---|
None | The type of the list view is not specified. Value = 0. | |
Html | Enumeration whose values specify an HTML list view type. Value = 1. | |
Grid | Enumeration whose values specify a datasheet list view type. Value = 2048. | |
Calendar | Enumeration whose values specify a calendar list view type. Value = 524288. | |
Recurrence | Enumeration whose values specify a list view type that displays recurring events. Value = 8193. | |
Chart | Enumeration whose values specify a chart list view type. Value = 131072. | |
Gantt | Enumeration whose values specify a Gantt chart list view type. Value = 67108864. |