Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the file name of the cascading style sheet (CSS) to be registered.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
<WebBrowsableAttribute(False)> _
Public Overrides Property CssStyleSheet As String
Get
Set
'Usage
Dim instance As BaseXsltListWebPart
Dim value As String
value = instance.CssStyleSheet
instance.CssStyleSheet = value
[WebPartStorageAttribute(Storage.None)]
[WebBrowsableAttribute(false)]
public override string CssStyleSheet { get; set; }
Property Value
Type: System.String
The file name of the CSS to be registered. If not set, the CSS of the associated SPView object will be used.