Skip to main content

SliderImageCollection.Slider Property

Gets an ImageSlider that owns the current SliderImageCollection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public IImageSlider Slider { get; }

Property Value

Type Description
DevExpress.XtraEditors.Controls.IImageSlider

An ImageSlider that owns the current SliderImageCollection.

See Also