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

SliderImageCollection.Slider Property

Gets an ImageSlider that owns the current SliderImageCollection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public IImageSlider Slider { get; }

Property Value

Type Description
DevExpress.XtraEditors.Controls.IImageSlider

An ImageSlider that owns the current SliderImageCollection.

See Also