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 |
|
Remarks
This property is only applicable in a RichEditControl and is not related to Snap Mail Merge.
See Also