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 view implemented for a list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableTypeAttribute(Name := "ViewType")> _
<SubsetCallableTypeAttribute> _
Public Enumeration SPViewType
'Usage
Dim instance As SPViewCollection.SPViewType
[ClientCallableTypeAttribute(Name = "ViewType")]
[SubsetCallableTypeAttribute]
public enum SPViewType
Members
Member name | Description | |
---|---|---|
Invalid | ||
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. |