Skip to main content
Box

RangedLayoutElementBase.Range Property

Returns the range to which the current layout element relates.

Namespace: DevExpress.XtraRichEdit.API.Layout

Assembly: DevExpress.RichEdit.v25.1.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