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 type of the list view.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); 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. |