Skip to main content
All docs
V25.2
  • MailMergeRegionInfo.MergeFields Property

    Returns a list of merge fields from the mail merge region.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    NuGet Package: DevExpress.RichEdit.Core

    Declaration

    IList<Field> MergeFields { get; }

    Property Value

    Type Description
    IList<Field>

    The list of merge fields.

    See Also