ASPxClientCheckListBase Class
Serves as the base type for the ASPxClientCheckBoxList and ASPxClientRadioButtonList objects.
Declaration
declare class ASPxClientCheckListBase extends ASPxClientListEdit
Remarks
This object is the base for the client-side ASPxClientCheckBoxList and ASPxClientRadioButtonList objects. It implements the common client-side functionality for list editors.
Using the methods exposed by this object, a particular item can be accessed by its index (ASPxClientCheckListBase.GetItem) and the total number of the items can be retrieved (ASPxClientCheckListBase.GetItemCount).
Inheritance
See Also