Back to Devexpress

RichEditBuilder.ReadOnly(Boolean) Method

aspnetcore-devexpress-dot-aspnetcore-dot-richedit-dot-richeditbuilder-dot-readonly-x28-system-dot-boolean-x29.md

latest1.3 KB
Original Source

RichEditBuilder.ReadOnly(Boolean) Method

Specifies whether an end-user can change the Rich Text Editor contents at runtime.

Namespace : DevExpress.AspNetCore.RichEdit

Assembly : DevExpress.AspNetCore.RichEdit.v25.2.dll

NuGet Package : DevExpress.AspNetCore.RichEdit

Declaration

csharp
public RichEditBuilder ReadOnly(
    bool value
)

Parameters

NameTypeDescription
valueBoolean

true , if an end-user cannot change the Rich Text Editor contents; otherwise, false.

|

Returns

TypeDescription
RichEditBuilder

A RichEditBuilder that can be used to further configure the Rich Text Editor.

|

See Also

RichEditBuilder Class

RichEditBuilder Members

DevExpress.AspNetCore.RichEdit Namespace