Gets or sets the maximum number of characters including the HTML tags allowed in the RichTextEditor. Default is -1, indicating no maximum.

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

Syntax

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

See Also