ClassFormField<T>
Class
Generic base for form fields that expose a strongly typed widget collection for UI rendering.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Type Parameters:
T
The widget type.
Syntax:
cs-api-definition
public abstract class FormField<T> : FormField, IStructuralElement where T : Widget
Inheritance: objectFormFieldFormField<T>
Derived Classes:
Implements:
Inherited Members
Properties
Widgets
Get the strongly typed widget collection for this field.
Declaration
cs-api-definition
public WidgetCollection<T> Widgets { get; }
Property Value