Back to Devexpress

UpdateLockedFields Enum

officefileapi-devexpress-dot-xtrarichedit-04f32261.md

latest2.0 KB
Original Source

UpdateLockedFields Enum

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

Namespace : DevExpress.XtraRichEdit

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum UpdateLockedFields
vb
Public Enum UpdateLockedFields

Members

NameDescription
Always

Locked fields are updated.

| | Never |

Locked fields are not updated. Default value.

| | DocVariableOnly |

Only DOCVARIABLE fields are updated.

|

The following properties accept/return UpdateLockedFields values:

LibraryRelated API Members
WPF ControlsDXRichEditFieldOptions.UpdateLockedFields
Office File APIFieldOptions.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

See Also

DevExpress.XtraRichEdit Namespace