Skip to main content

FixedRange Class

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

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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