SPView.CssStyleSheet property
Gets the file name of the cascading style sheet (CSS) that is specified by the CssStyleSheet attribute of the view schema.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CssStyleSheet As String
Get
'Usage
Dim instance As SPView
Dim value As String
value = instance.CssStyleSheet
public string CssStyleSheet { get; }
Property value
Type: System.String
String
The CSS file name.