SliderImageCollection.Item[Int32] Property
Provides indexed access to images stored within the SliderImageCollection.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value, specifying a position of the required Image object within the current SliderImageCollection |
Property Value
Type | Description |
---|---|
Image | An Image object contained within the current SliderImageCollection at the specified position. |
See Also