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

ImageSliderExtension Class

Represents an extension object implementing the ImageSlider functionality.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class ImageSliderExtension :
    ExtensionBase

Remarks

To declare the ImageSlider in a View, invoke the ExtensionsFactory.ImageSlider helper method. This method returns the ImageSlider extension that is implemented by the ImageSliderExtension class.

To configure the ImageSlider extension, pass the ImageSliderSettings object to the ExtensionsFactory.ImageSlider helper method as a parameter. The ImageSliderSettings object contains all the ImageSlider extension settings.

Refer to the ImageSlider Overview topic to learn how to add the ImageSlider extension to your project.

Inheritance

Object
ExtensionBase
ImageSliderExtension
See Also