ASPxClientCheckBoxList.GetSelectedItems Method
Returns an array of the check box list editor’s selected items.
Declaration
GetSelectedItems(): ASPxClientListEditItem[]
Returns
Type | Description |
---|---|
ASPxClientListEditItem[] | An array of ASPxClientListEditItem objects that are the selected items. |
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