Back to Devexpress

FormField.Range Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-formfield.md

latest1.6 KB
Original Source

FormField.Range Property

Retrieves the document range occupied by the form field.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
DocumentRange Range { get; }
vb
ReadOnly Property Range As DocumentRange

Property Value

TypeDescription
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

FormField Interface

FormField Members

DevExpress.XtraRichEdit.API.Native Namespace