FixedRange Class
Combines start and length of the document range. Used in Layout API.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v20.2.Core.dll
Declaration
Remarks
Unlike the DocumentRange, the FixedRange cannot change after a document modification.
IN Layout API, it indicates a position of the RangedLayoutElement descendant in the document layout model.
The Range property of the layout element obtains the FixedRange object. Its FixedRange.Start and FixedRange.Length values correspond to the DocumentRange.Start and DocumentRange.Length values of the DocumentRange object obtained by the Range property of the object related to the layout element in the logical document model.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the FixedRange class.
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.