Back to Devexpress

RangedLayoutElement.Range Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-rangedlayoutelement.md

latest1.4 KB
Original Source

RangedLayoutElement.Range Property

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

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
FixedRange Range { get; }
vb
ReadOnly Property Range As FixedRange

Property Value

TypeDescription
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

RangedLayoutElement Interface

RangedLayoutElement Members

DevExpress.XtraRichEdit.API.Layout Namespace