Back to Devexpress

ASPxRichEdit.ReadOnly Property

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxrichedit-eb48c1d0.md

latest1.3 KB
Original Source

ASPxRichEdit.ReadOnly Property

Gets or sets a value indicating whether an end-user can change the editor’s contents at runtime.

Namespace : DevExpress.Web.ASPxRichEdit

Assembly : DevExpress.Web.ASPxRichEdit.v25.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
[DefaultValue(false)]
public bool ReadOnly { get; set; }
vb
<DefaultValue(False)>
Public Property [ReadOnly] As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, if an end-user cannot change the editor’s contents; otherwise, false.

|

Remarks

Use the ReadOnly property to specify whether the contents of an editor can be modified by an end-user at runtime.

See Also

ASPxRichEdit Class

ASPxRichEdit Members

DevExpress.Web.ASPxRichEdit Namespace