Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

RangedLayoutElement.Range Property

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

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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