New to Telerik Document ProcessingStart a free 30-day trial

Single selectable value within a radio button group; its string Value is submitted when chosen.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

C#
public class RadioOption : FieldOptionBase

Inheritance: objectFieldOptionBaseRadioOption

Constructors

Create a radio option with the provided submission value.

C#
public RadioOption(string value)
Parameters:valuestring

The option value.

Properties

Gets or sets the submission value for this option (must be non‑null).

C#
public override string Value { get; set; }
Property Value:

The string value that represents this radio option's data.

Overrides: FieldOptionBase.Value