Skip to main content

Field.Range Property

Gets the document range occupied by the field.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

DocumentRange Range { get; }

#Property Value

Type Description
DocumentRange

A DocumentRange object representing the range containing the field, including the codes and the field's result.

See Also