Share via


SPView.TabularView Property

Gets or sets whether the list view should include bulk operation checkboxes if the current list view supports them.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Property TabularView As Boolean
    Get
    Set
'Usage
Dim instance As SPView
Dim value As Boolean

value = instance.TabularView

instance.TabularView = value
public bool TabularView { get; set; }

Property Value

Type: System.Boolean
true if the bulk operation checkboxes should be displayed when the current list view supports them; otherwise, false.

See Also

Reference

SPView Class

SPView Members

Microsoft.SharePoint Namespace