Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapControlOptions.MailMerge Property

    OBSOLETE

    This method is not appropriate in Snap and has been rendered obsolete.

    For internal use. Use the SnapControlOptions.SnapMailMergeVisualOptions property instead.

    Namespace: DevExpress.Snap

    Assembly: DevExpress.Snap.v21.2.dll

    NuGet Package: DevExpress.Win.Snap

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    [Obsolete("This method is not appropriate in Snap and has been rendered obsolete.")]
    public RichEditMailMergeOptions MailMerge { get; }

    Property Value

    Type Description
    RichEditMailMergeOptions

    A RichEditMailMergeOptions object, related to the mail merge options of a RichEditControl.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to MailMerge
    SnapControl
    .Options .MailMerge

    Remarks

    This property is only applicable in a RichEditControl and is not related to Snap Mail Merge.

    See Also