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

LayoutTextBox.Range Property

Returns a range which the text box content occupies.

Namespace: DevExpress.XtraRichEdit.API.Layout

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

Declaration

public FixedRange Range { get; }

Property Value

Type Description
FixedRange

A FixedRange object that is the text box content range.

Remarks

The Range returns a range that corresponds to the document of the text box content.

Implements

See Also