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

ImageSlider Class

The control that allows your end-users to browse through a collection of images using two navigation buttons. Supports animation effects when navigating between images.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v17.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "ImageSlider")]
[SmartTagFilter(typeof(ImageSliderFilter))]
[ToolboxTabName("DX.17.2: Common Controls")]
[SmartTagAction(typeof(ImageSliderActions), "Images", "Images", SmartTagActionType.CloseAfterExecute)]
public class ImageSlider :
    SliderBase,
    ISupportXtraAnimation,
    ISupportInitialize,
    ISupportContextItems,
    IContextItemCollectionOwner,
    IContextItemCollectionOptionsOwner

Remarks

The ImageSlider is an image-browsing control with two clickable navigation buttons, which become visible on hover.

ImageSlider2

See the Image Slider topic for the complete description.

The following code snippets (auto-collected from DevExpress Examples) contain references to the ImageSlider class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also