SPViewStyle.HasBaseType Property
Gets a Boolean value that indicates whether the style is based on one of the built-in base types for lists.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property HasBaseType As Boolean
Get
'Usage
Dim instance As SPViewStyle
Dim value As Boolean
value = instance.HasBaseType
public bool HasBaseType { get; }
Property Value
Type: System.Boolean
true if the style is based on one of the built-in base types; otherwise, false.