Skip to main content
Box

LayoutTextBox.Range Property

Returns a range which the text box content occupies.

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 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