Skip to main content

SubDocument.Fields Property

Provides access to the collection of fields in the current document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

FieldCollection Fields { get; }

#Property Value

Type Description
FieldCollection

A FieldCollection object representing a collection of fields.

See Also