Back to Devexpress

ASPxClientCheckListBase Class

aspnet-js-aspxclientchecklistbase.md

latest1.4 KB
Original Source

ASPxClientCheckListBase Class

Serves as the base type for the ASPxClientCheckBoxList and ASPxClientRadioButtonList objects.

Declaration

ts
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

ASPxClientControlBase ASPxClientControl ASPxClientEditBase ASPxClientEdit ASPxClientListEdit ASPxClientCheckListBase ASPxClientRadioButtonList

ASPxClientCheckBoxList

See Also

ASPxClientCheckListBase Members