Class MergeField
A merge field.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Flow.Model.Fields
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class MergeField : Field
Constructors
MergeField(RadFlowDocument)
Initializes a new instance of the MergeField class.
Declaration
public MergeField(RadFlowDocument document)
Parameters
RadFlowDocument
document
The document. |
Properties
Prefix
Gets the prefix.
Declaration
public string Prefix { get; }
Property Value
System.String
The prefix. |
Suffix
Gets the suffix.
Declaration
public string Suffix { get; }
Property Value
System.String
The suffix. |
Methods
IsSwitchWithArgumentOverride(String)
Determines whether a switch can have an argument.
Declaration
protected override bool IsSwitchWithArgumentOverride(string switchKey)
Parameters
System.String
switchKey
The switch key. |
Returns
System.Boolean
True if the switch can have argument. |