Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IdxRichEditField Methods

Exposes a document field.
Name Description
GetCodeRange Returns the document range occupied by the field’s code.
GetLocked Identifies if the document field is locked.
GetParent Returns a parent field to which the document field belongs.
GetRange Returns a document range occupied by the field.
GetResultRange Returns the document range occupied by the field result.
GetShowCodes Identifies if the document field is currently displayed as code instead of its value.
SetLocked(Boolean) Specifies if the document field is locked.
SetShowCodes(Boolean) Specifies if the document field is displayed as a code instead of the result.
Update Calculates or updates the field result and displays it in a document.
See Also