New to Telerik Document ProcessingStart a free 30-day trial

Field with user-defined code that allows custom field implementations not natively supported by the library.

Definition

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

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public class CustomCodeField : Field

Inheritance: objectFieldCustomCodeField

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

Constructors

Initializes a new instance of the CustomCodeField class for the specified document.

C#
public CustomCodeField(RadFlowDocument document)
Parameters:documentRadFlowDocument

The document.