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

    Gets a list of nested regions.

    Namespace: DevExpress.XtraRichEdit.API.Native

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

    Declaration

    IList<MailMergeRegionInfo> Regions { get; }

    Property Value

    Type Description
    IList<MailMergeRegionInfo>

    A list of objects that contain information on nested regions.

    See Also