Class
MergeField

Represents a MERGEFIELD field that inserts data from a mail merge data source into the document.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Fields

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public class MergeField : Field

Inheritance: objectFieldMergeField

Inherited Members Field.EncodeParameter(string)Field.GetFormattedDate(DateTime)Field.DateTimeFormattingField.NumericFormattingField.GeneralFormattingsField.Document

Constructors

MergeField(RadFlowDocument)

Initializes a new instance of the MergeField class.

Declaration

cs-api-definition
public MergeField(RadFlowDocument document)

Parameters

document

RadFlowDocument

The document.

Properties

Prefix

Gets the text inserted before the merged data value.

Declaration

cs-api-definition
public string Prefix { get; }

Property Value

string

The prefix.

Suffix

Gets the text inserted after the merged data value.

Declaration

cs-api-definition
public string Suffix { get; }

Property Value

string

The suffix.

Methods

IsSwitchWithArgumentOverride(string)

Determines whether a switch can have an argument.

Declaration

cs-api-definition
protected override bool IsSwitchWithArgumentOverride(string switchKey)

Parameters

switchKey

string

The switch key.

Returns

bool

True if the switch can have argument.

Overrides Field.IsSwitchWithArgumentOverride(string)