Class
RadioOption

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:

cs-api-definition
public class RadioOption : FieldOptionBase

Inheritance: objectFieldOptionBaseRadioOption

Constructors

RadioOption(string)

Create a radio option with the provided submission value.

Declaration

cs-api-definition
public RadioOption(string value)

Parameters

value

string

The option value.

Properties

Value

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

Declaration

cs-api-definition
public override string Value { get; set; }

Property Value

string

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

Overrides FieldOptionBase.Value