ImageSlider.Images Property
Gets a collection of images presented by an ImageSlider object.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
SliderImageCollection | A SliderImageCollection object specifying images within an ImageSlider object. |
Remarks
The Images property returns a SliderImageCollection that specifies images shown by an ImageSlider object. The parent ImageSlider for the a collection can be obtained via the SliderImageCollection.Slider property.
The SliderImageCollection provides methods to manipulate (add, remove, insert and access) images shown by the ImageSlider object.