Skip to main content

SliderImageCollection(IImageSlider) Constructor

Initializes a new instance of the SliderImageCollection class with the specified settings.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public SliderImageCollection(
    IImageSlider slider
)

Parameters

Name Type Description
slider DevExpress.XtraEditors.Controls.IImageSlider

An ImageSlider that owns the newly created SliderImageCollection.

See Also