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

IdxRichEditDocumentRange Members

In This Article
Exposes a text fragment in a document.

#Properties

Name Description
End Returns the document range’s end position.
Length Returns the document range’s length (in characters).
Start Returns the document range’s start position.

#Methods

Name Description
Contains(IdxRichEditDocumentPosition) Identifies whether the specified document position is within the range.
GetEnd Returns the document range’s end position.
GetLength Returns the document range’s length (in characters).
GetStart Returns the document range’s start position.
See Also