ASPxClientCheckListBase.GetItemCount Method
In This Article
Gets the number of items contained in the editor’s item collection.
#Declaration
TypeScript
GetItemCount(): number
#Returns
Type | Description |
---|---|
number | 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