ASPxClientListBox.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. |
See Also