ChoiceOption
Class
Selectable option used by choice fields (combo box, list box), holding the data value and optional display text.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.InteractiveForms
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public sealed class ChoiceOption : FieldOptionBase
Inheritance: objectFieldOptionBaseChoiceOption
Constructors
Initialize a new ChoiceOption with the specified data value.
Properties
Gets or sets the UI label shown to users; when null, Value is displayed.
C#
public string UserInterfaceValue { get; set; }
The display text for this option, or null to use the Value property for display.