ImageSlider.CurrentImage Property
Gets a currently displayed image within the ImageSlider object.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Image | An Image that is the currently displayed image within the specified ImageSlider. |
Remarks
The CurrentImage property returns a currently displayed item in the ImageSlider object. Use the ImageSlider.Images property to get the whole collection of the ImageSlider‘s images.
If the CurrentImage property value changes, the ImageSlider.ImageChanged event fires.
See Also