Skip to main content
Box

RangedLayoutElement.Range Property

Obtains the location of the layout element that has the related DocumentRange.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

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

Declaration

FixedRange Range { get; }

Property Value

Type Description
FixedRange

A FixedRange object that contains the start and length of the document range.

Remarks

Note

Some layout elements (i.e., bookmarks, line numbers) do not have the related range.

See Also