Class CustomCodeField
A field element with configurable code part.
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.
Declaration
public CustomCodeField(RadFlowDocument document)
Parameters
RadFlowDocument
document
The document. |