ASPxClientCheckBoxList.GetSelectedValues Method
In This Article
Returns an array of the check box list editor’s selected items values.
#Declaration
TypeScript
GetSelectedValues(): any[]
#Returns
Type | Description |
---|---|
any[] | An array of Object[] objects that are the values of the selected items. |
#Remarks
Use the GetSelectedValues method to obtain an array of values of the selected items within a check box list.
To select/unselect items by their values use the ASPxClientCheckBoxList.SelectValues/ASPxClientCheckBoxList.UnselectValues properties respectively.
See Also