Gets or sets whether the content of this element are editable in a C1RichTextBox.

Namespace:  C1.Silverlight.RichTextBox.Documents
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public virtual bool IsEditable { get; set; }
Visual Basic
Public Overridable Property IsEditable As Boolean
	Get
	Set

See Also