boundItem Gets the bound value of a specific display item of a drop-down list or list box. Syntax Reference_Syntax.boundItem( STRING param ) Parameters param A valid string representing the display value that appears in the list box or drop-down list. Returns A valid string representing the bound value of a specified display value. Applies to Model Object Form Model field Version XFA 2.1 Examples JavaScript DropDownList1.boundItem(“Text”); FormCalc DropDownList1.boundItem(“Text”)