Back to Devexpress

ASPxClientCheckBoxList.UnselectAll Method

aspnet-js-aspxclientcheckboxlist-adcde70c.md

latest1.4 KB
Original Source

ASPxClientCheckBoxList.UnselectAll Method

Unselects all check box list items.

Declaration

ts
UnselectAll(): void

Remarks

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

You can unselect items by their indices (ASPxClientCheckBoxList.UnselectIndices), values (ASPxClientCheckBoxList.UnselectValues), or directly (ASPxClientCheckBoxList.UnselectItems).

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

See Also

SelectAll

UnselectItems(items)

UnselectValues(values)

UnselectIndices(indices)

GetSelectedItems

Check Box List

ASPxClientCheckBoxList Class

ASPxClientCheckBoxList Members