A newer version of this page is available.
Switch to the current version.
ASPxClientTrackBar.GetItemCount Method
Returns the number of the 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
Feedback