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

ASPxImageSlider Class

An image slider control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxImageSlider :
    ASPxImageSliderBase,
    IControlDesigner

Remarks

The ASPxImageSlider class allows you to display images and navigate between them.

ImageSlider_Appearance

The ASPxImageSlider control can be populated with items in different ways:

An image slider may consist of the following elements:

ASPxImageSlider supports the virtual paging mode (ImageSliderBehaviorSettingsBase.EnableVirtualPaging) that allows end-users to load images on demand when navigating using the pager.

Note

ASPxImageSlider control provides you with a comprehensive client-side functionality implemented using JavaScript code.

The control’s client-side API is enabled if the ASPxImageSliderBase.ClientInstanceName property is defined or any client event is handled.

See Also