ChoiceField
Class
Abstract base for form fields that offer selection from predefined options (e.g., combo box, list box).
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public abstract class ChoiceField : FormField<VariableContentWidget>, IStructuralElement
Inheritance: objectFormFieldFormField<VariableContentWidget>ChoiceField
Derived Classes:
Implements:
Inherited Members
Properties
The collection of selectable options available for this choice field.
C#
public ChoiceOptionCollection Options { get; }
A collection containing all options that users can select from in this choice field.
Gets or sets whether the form should submit automatically when the selection changes.
C#
public bool ShouldCommitOnSelectionChange { get; set; }
true to submit the form immediately when selection changes; false to require manual form submission.