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

FixedRange Class

Combines start and length of the document range. Used in Layout API.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Package: DevExpress.RichEdit.Core

#Declaration

public class FixedRange

The following members return FixedRange objects:

#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.

#Inheritance

Object
FixedRange
See Also