UltimateEditor Class Library

UltimateEditor.ReadOnly Property

Gets or sets a value that indicates whether the editor will be read-only.

[Visual Basic]
Public Property ReadOnly As Boolean
[C#]
public bool ReadOnly {get; set;}

Property Value

true if the editor is read-only; otherwise, false. The default value is false.

Remarks

Use this property to display the editor in read-only mode.

See Also

UltimateEditor Class | Karamasoft.WebControls.UltimateEditor Namespace