Class
ListBoxInfo

Detailed information about list 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 ListBoxInfo

Inheritance: objectListBoxInfo

Constructors

ListBoxInfo()

Declaration

cs-api-definition
public ListBoxInfo()

Properties

AllowMultiSelection

Whether the list box allows multiple selections

Declaration

cs-api-definition
public bool AllowMultiSelection { get; set; }

Property Value

bool

Options

Array of available options in the list box

Declaration

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

Property Value

string[]

SelectedValues

Array of currently selected values

Declaration

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

Property Value

string[]