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)

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