Back to Devexpress

ASPxClientCheckBoxList.SelectAll Method

aspnet-js-aspxclientcheckboxlist-35add7da.md

latest1.4 KB
Original Source

ASPxClientCheckBoxList.SelectAll Method

Selects all check box list items.

Declaration

ts
SelectAll(): void

Remarks

Use the SelectAll method to select all items within a check box list. To unselect all items, use the ASPxClientCheckBoxList.UnselectAll method.

You can select items by their indices (ASPxClientCheckBoxList.SelectIndices), values (ASPxClientCheckBoxList.SelectValues), or directly (ASPxClientCheckBoxList.SelectItems).

To obtain the selected items, use the ASPxClientCheckBoxList.GetSelectedItems method.

See Also

UnselectAll

SelectItems(items)

SelectValues(values)

SelectIndices(indices)

GetSelectedItems

Check Box List

ASPxClientCheckBoxList Class

ASPxClientCheckBoxList Members