Skip to main content

ASPxClientImageSliderItem Class

A client-side equivalent of the image slider’s ImageSliderItem object.

Declaration

declare class ASPxClientImageSliderItem

Remarks

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 ASPxClientImageSliderItem.index, ASPxClientImageSliderItem.name, and ASPxClientImageSliderItem.text) directly on the client-side by using specific properties exposed by the ASPxClientImageSliderItem object and writing the appropriate JavaScript code.

See Also