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

ImageSliderImageAreaSettings(ASPxImageSliderBase) Constructor

Initializes a new instance of the ImageSliderImageAreaSettings class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ImageSliderImageAreaSettings(
    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.SettingsImageArea property.

See Also