ListViewWebPart.CssStyleSheet Property
Gets the file name of the CSS that is specified by the CssStyleSheet attribute of the view schema of the Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property CssStyleSheet As String
Get
'Usage
Dim instance As ListViewWebPart
Dim value As String
value = instance.CssStyleSheet
public override string CssStyleSheet { get; }
Property Value
Type: System.String
The file name of the CSS.