Skip to main content
A newer version of this page is available. .

ASPxClientCheckListBase.GetItemCount Method

Gets the number of items contained in the editor’s item collection.

Declaration

GetItemCount(): number

Returns

Type Description
number

An Int32 value specifying the total number of items in the editor’s item collection.

Remarks

An editor’s client-side functionality allows items to be accessed programmatically. The GetItemCount method is used to determine the number of items which are maintained by the item collection. This method can be used together with the ASPxClientCheckListBase.GetItem method when iterating through the item list of the editor.

See Also