FormField.Range Property
In This Article
Retrieves the document range occupied by the form field.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
DocumentRange Range { get; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
#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