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

ImageSliderNavigationBarSettings(ASPxImageSliderBase) Constructor

Initializes a new instance of the ImageSliderNavigationBarSettings class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ImageSliderNavigationBarSettings(
    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.SettingsNavigationBar property.

See Also