ASPxClientCheckBoxList.GetSelectedItems Method
In This Article
Returns an array of the check box list editor’s selected items.
#Declaration
TypeScript
GetSelectedItems(): ASPxClientListEditItem[]
#Returns
Type | Description |
---|---|
ASPx |
An array of ASPx |
#Remarks
Use the GetSelectedItems method to obtain an array of the selected items within the check box list editor. A null value indicates that no item is currently selected within the editor.
To select/unselect items use the ASPxClientCheckBoxList.SelectItems/ASPxClientCheckBoxList.UnselectItems properties respectively.
See Also