Class
ComboBoxInfo

Detailed information about combo box field properties

Definition

Namespace:Telerik.Documents.AI.Tools.Fixed.Core.Models.Forms

Assembly:Telerik.Documents.AI.Tools.Fixed.Core.dll

Syntax:

cs-api-definition
public class ComboBoxInfo

Inheritance: objectComboBoxInfo

Constructors

ComboBoxInfo()

Declaration

cs-api-definition
public ComboBoxInfo()

Properties

Options

Array of available options in the combo box

Declaration

cs-api-definition
public string[] Options { get; set; }

Property Value

string[]

SelectedValue

Currently selected value

Declaration

cs-api-definition
public string SelectedValue { get; set; }

Property Value

string