FormField.Range Property
Retrieves the document range occupied by the form field.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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