ASPxClientCheckBoxList Class
In This Article
A client-side equivalent of the ASPxCheckBoxList object.
#Declaration
TypeScript
declare class ASPxClientCheckBoxList extends ASPxClientCheckListBase
#Remarks
The ASPxClientCheckBoxList object serves as a client-side equivalent of the ASPxCheckBoxList control, and implements the functionality allowing you:
- to select items (ASPxClientCheckBoxList.SelectAll, ASPxClientCheckBoxList.SelectIndices, ASPxClientCheckBoxList.SelectItems, ASPxClientCheckBoxList.SelectValues);
- to unselect items (ASPxClientCheckBoxList.UnselectAll, ASPxClientCheckBoxList.UnselectIndices, ASPxClientCheckBoxList.UnselectItems, ASPxClientCheckBoxList.UnselectValues);
- to get selected item indices (ASPxClientCheckBoxList.GetSelectedIndices);
- to get selected item values (ASPxClientCheckBoxList.GetSelectedValues);
- to get selected items (ASPxClientCheckBoxList.GetSelectedItems).
Note
The client-side programmatic interface is available if the ASPx
#Inheritance
See Also