Class CustomCodeField
Field with user-defined code that allows custom field implementations not natively supported by the library.
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 CustomCodeField : Field
Constructors
CustomCodeField(RadFlowDocument)
Initializes a new instance of the CustomCodeField class for the specified document.
Declaration
public CustomCodeField(RadFlowDocument document)
Parameters
|
RadFlowDocument
document
The document. |