Skip to main content

FormField.Range Property

Retrieves the document range occupied by the form field.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v23.2.Core.dll

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

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