Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichEditDocumentServer.IsUpdateLocked Property

Returns a value indicating whether the RichEditDocumentServer object is locked for update.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

public bool IsUpdateLocked { get; }

Property Value

Type Description
Boolean

true, if the object is locked; otherwise, false.

Remarks

Enclose your code in the BeginUpdate() - EndUpdate() method calls to improve performance when you apply multiple modifications to a document.

See Also