SP.ViewType Enumeration
Applies to: SharePoint Foundation 2010
Specifies the type of the list view.
Values
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. |