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

UpdateLockedFields Enum

Lists options which determine how the Field.Locked property affects field updates.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum UpdateLockedFields

Members

Name Description
Always

Locked fields are updated.

Never

Locked fields are not updated. Default value.

DocVariableOnly

Only DOCVARIABLE fields are updated.

Related API Members

The following properties accept/return UpdateLockedFields values:

Library Related API Members
WPF Controls DXRichEditFieldOptions.UpdateLockedFields
Office File API FieldOptions.UpdateLockedFields

Remarks

Normally, the Field.Locked property set true prevents a field from updating. However, you can specify the FieldOptions.UpdateLockedFields property value to update a locked field of any type, or a specific type (namely, the DOCVARIABLE field

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the UpdateLockedFields enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also