Share via


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)

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.

See also

Reference

ListViewWebPart class

ListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace