New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.RadCheckBoxList : Telerik.Web.UI.RadButtonList

Inheritance Hierarchy

Methods

get_selectedIndices

Gets an array of the selected checkbox items by indices.

Parameters

Returns

Number[] The selected indices.

get_selectedItems

Gets an array of the selected checkbox items.

Parameters

Returns

Telerik.Web.UI.ButtonListItem[] The collection of items.

Events

selectedIndexChanged

The selectedIndexChanged event is fired when the selected item is changed. It is subsequent to the selectedIndexChanging event.

Event Data

sender Telerik.Web.UI.RadCheckBoxList

The instance of the RadCheckBoxList that raised the event.

args Telerik.Web.UI.CheckBoxListSelectedIndexChangedEventArgs

The event arguments.

In this article