Class FormField<T>
Represents FormField providing a collection of type specific widgets.
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.Fixed.Model.InteractiveForms
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class FormField<T> : FormField, IInstanceIdOwner, IWidgetCreator<T> where T : Widget
Type Parameters
T
The widget type. |
Properties
Widgets
Gets the widgets.
Declaration
public WidgetCollection<T> Widgets { get; }
Property Value
WidgetCollection<T>
|