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)
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.