The ASPxClientImageSliderItem object is a client image slider item that corresponds to a particular item in the ASPxImageSlider.Items collection. An individual client image slider item can be accessed by using the ASPxClientImageSlider.GetItem and ASPxClientImageSlider.GetItemByName methods.
The functionality provided by the ASPxClientImageSliderItem object on the client side almost replicates the basic server-side functionality. So, you are allowed to obtain the primary information on an item (such as its index, name, and text) directly on the client-side by using specific properties exposed by the ASPxClientImageSliderItem object and writing the appropriate JavaScript code.
JavaScriptObject
ASPxClientImageSliderItem