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

ASPxClientTrackBar.GetItemCount Method

Returns the number of track bar items that are maintained by the item collection.

Declaration

GetItemCount(): number

Returns

Type Description
number

An Int32 value specifying the number of items.

Remarks

An editor’s client-side functionality allows items to be accessed programmatically. The GetItemCount method is used to determine the number of items that are maintained by the item collection (TrackBarItemCollection) accessed via the ASPxTrackBar.Items property.

See Also