UltimateEditor Class Library

UltimateEditor.MaxCharCount Property

Gets or sets the maximum number of characters allowed in the editor text box.

[Visual Basic]
Public Property MaxCharCount As Integer
[C#]
public int MaxCharCount {get; set;}

Property Value

Maximum number of characters allowed. The default value is -1.

Remarks

Use this property to set the maximum number of characters allowed. If you don't want to put any limitation you should set it to -1.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace