Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

ImageSliderSlideShowSettings(ASPxImageSliderBase) Constructor

Initializes a new instance of the ImageSliderSlideShowSettings class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageSliderSlideShowSettings(
    ASPxImageSliderBase imageSlider
)

Parameters

Name Type Description
imageSlider ASPxImageSliderBase

An ASPxImageSlider object that owns the created object.

Remarks

This constructor is automatically called when the ASPxImageSlider initializes its ASPxImageSlider.SettingsSlideShow property.

See Also