New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public abstract class FormField<T> : FormField, IStructuralElement where T : Widget

Inheritance: objectFormFieldFormField<T>

Derived Classes: CheckBoxFieldChoiceFieldPushButtonFieldSignatureFieldTextField

Implements: IStructuralElement

Inherited Members FormField.Equals(object)FormField.GetHashCode()FormField.FieldTypeFormField.NameFormField.TextPropertiesFormField.ActionsFormField.UserInterfaceNameFormField.MappingNameFormField.IsReadOnlyFormField.IsRequiredFormField.ShouldBeSkippedFormField.StructureTag...

Properties

Get the strongly typed widget collection for this field.

C#
public WidgetCollection<T> Widgets { get; }
In this article
DefinitionPropertiesWidgets
Not finding the help you need?
Contact Support