Share via


HtmlEditor.PrefixStyleSheet Property

Gets or sets the name of the style sheet rule prefix used to filter custom or table styles, which determines which styles are displayed in the user interface (UI) drop-down lists.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property PrefixStyleSheet As String
    Get
    Set
'Usage
Dim instance As HtmlEditor
Dim value As String

value = instance.PrefixStyleSheet

instance.PrefixStyleSheet = value
public string PrefixStyleSheet { get; set; }

Property Value

Type: System.String

See Also

Reference

HtmlEditor Class

HtmlEditor Members

Microsoft.SharePoint.Publishing.WebControls Namespace

HtmlEditor