Class
ChoiceField

Abstract base for form fields that offer selection from predefined options (e.g., combo box, list box).

Definition

Properties

Options

The collection of selectable options available for this choice field.

Declaration

cs-api-definition
public ChoiceOptionCollection Options { get; }

Property Value

ChoiceOptionCollection

A collection containing all options that users can select from in this choice field.

ShouldCommitOnSelectionChange

Gets or sets whether the form should submit automatically when the selection changes.

Declaration

cs-api-definition
public bool ShouldCommitOnSelectionChange { get; set; }

Property Value

bool

true to submit the form immediately when selection changes; false to require manual form submission.