Class
CustomCodeField

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:

cs-api-definition
public class CustomCodeField : Field

Inheritance: objectFieldCustomCodeField

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

Constructors

CustomCodeField(RadFlowDocument)

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

Declaration

cs-api-definition
public CustomCodeField(RadFlowDocument document)

Parameters

document

RadFlowDocument

The document.