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.v18.1.dll

Declaration

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

Remarks

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

ImageSlider2

Pager Navigation

The RadioGroup and WindowsUIButtonPanel can be used as a pager for the following controls:

PagerNavigation.gif

The pager automatically splits the target control’s content into pages, and provides navigation buttons to scroll to corresponding pages. The pager navigation functionality is implemented as a Behavior and can be added to your controls using the BehaviorManager component.

See the Image Slider topic to learn more.

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