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

RangedLayoutElementBase.Range Property

Returns the range to which the current layout element relates.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

public FixedRange Range { get; }

Property Value

Type Description
FixedRange

A FixedRange that relates to the document range occupying by the object to which the current layout element relates.

Implements

See Also