[]
Gets or sets a value indicating whether strings enclosed in curly brackets should render as RTF.
[C1Category("Special")]
[C1Description("Field.RTF", "Indicates whether strings enclosed in curly brackets should render as RTF.")]
public bool RTF { get; set; }
<C1Category("Special")>
<C1Description("Field.RTF", "Indicates whether strings enclosed in curly brackets should render as RTF.")>
Public Property RTF As Boolean
If you set this property to true, any fields containing text enclosed in curly brackets will be rendered as RTF. This allows you to add complex formatting within a field.