Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

FormField.Range Property

Retrieves the document range occupied by the form field.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

DocumentRange Range { get; }

Property Value

Type Description
DocumentRange

A DocumentRange object that is the target document range.

Remarks

The DocumentRange.Length of the returned DocumentRange object depends on the form field type. The CheckBox object’s DocumentRange.Length is 1.

See Also