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.v23.2.Core.dll

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

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