ASPxClientListBox.GetSelectedValues Method
In This Article
Returns an array of the list editor’s selected items values.
#Declaration
TypeScript
GetSelectedValues(): any[]
#Returns
Type | Description |
---|---|
any[] | An array of Object[] objects that represent the values of the selected items. |
#Remarks
Use the GetSelectedValues method to obtain an array of values of the selected items within a list box.
Note
The Get
For more information about multiple selection, read the Multi-Selection Mode topic.
See Also