SPView.TabularView 属性

获取或设置是否列表视图中应包含批量操作对应的复选框,如果当前列表视图支持它们。

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Property TabularView As Boolean
    Get
    Set
用法
Dim instance As SPView
Dim value As Boolean

value = instance.TabularView

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

属性值

类型:System.Boolean
true如果批量操作对应的复选框应显示当前列表视图支持它们。否则为false。

另请参阅

引用

SPView 类

SPView 成员

Microsoft.SharePoint 命名空间