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

ImageSliderSettings Class

Contains the ImageSlider extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public class ImageSliderSettings :
    SettingsBase

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
SettingsBase
ImageSliderSettings
See Also