Class
FieldOptionBase

Abstract base for selectable items used by choice fields (combo box, list box, radio groups), exposing the data value.

Definition

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

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public abstract class FieldOptionBase

Inheritance: objectFieldOptionBase

Derived Classes: ChoiceOptionRadioOption

Properties

Value

Gets or sets the value associated with this option that will be used for form submission and data processing.

Declaration

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

Property Value

string

The string value that represents this option's data.

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