New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public abstract class FieldOptionBase

Inheritance: objectFieldOptionBase

Derived Classes: ChoiceOptionRadioOption

Properties

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

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

The string value that represents this option's data.

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