Specifies the location of the style sheet that will be used by the preview window. Multiple Style Sheets are supported. Example PreviewCss="example.css,~/portal.css,/default.css"

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public string PreviewCss { get; set; }
Visual Basic
Public Property PreviewCss As String
	Get
	Set
Visual C++
public:
property String^ PreviewCss {
	String^ get ();
	void set (String^ value);
}

See Also