Skip to main content

Field.CodeRange Property

Gets the range containing the field codes.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

DocumentRange CodeRange { get; }

#Property Value

Type Description
DocumentRange

A DocumentRange object representing the range occupied by the field's code.

#Remarks

Use the CodeRange method to check field codes or to modify them.

See Also