Skip to main content

ASPxClientTrackBar.GetItemCount Method

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

Declaration

GetItemCount(): number

Returns

Type Description
number

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