Class
FormField<T>

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: CheckBoxFieldChoiceFieldPushButtonFieldSignatureFieldTextField

Implements: IStructuralElement

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

Properties

Widgets

Get the strongly typed widget collection for this field.

Declaration

cs-api-definition
public WidgetCollection<T> Widgets { get; }

Property Value

WidgetCollection<T>

In this article
DefinitionPropertiesWidgets
Not finding the help you need?
Contact Support