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

DocumentRange Members

In This Article
Defines a document range.

#Properties

Name Description
End Gets the end position of the DocumentRange.
IsFrozen Indicates whether the current DocumentRange is uneditable.
Length Gets the length of a document range in characters.
Start Gets the start position of the DocumentRange.

#Methods

Name Description
BeginUpdateDocument() Starts modifying the document obtained via the document’s range (e.g. via selection).
Contains(DocumentPosition) Gets whether the current document range contains a specified position.
EndUpdateDocument(SubDocument) Finalizes modifications of the document obtained via the document’s range (e.g. via selection).
Freeze() Makes the current DocumentRange object uneditable.
See Also