Specifies whether or not the RichTextEditor should automatically parse the CSS classes from ContentCss and populate all items into CssClass dropdown

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

Syntax

C#
public RTEBooleanValue AutoParseClasses { get; set; }
Visual Basic
Public Property AutoParseClasses As RTEBooleanValue
	Get
	Set
Visual C++
public:
property RTEBooleanValue AutoParseClasses {
	RTEBooleanValue get ();
	void set (RTEBooleanValue value);
}

See Also