LayoutTextBox.Range Property
In This Article
Returns a range which the text box content occupies.
Namespace: DevExpress.XtraRichEdit.API.Layout
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public FixedRange Range { get; }
#Property Value
Type | Description |
---|---|
Fixed |
A Fixed |
#Remarks
The Range returns a range that corresponds to the document of the text box content.
See Also