Back to Devexpress

ImageSlider.CurrentImage Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-imageslider-ba263f6f.md

latest2.1 KB
Original Source

ImageSlider.CurrentImage Property

Gets a currently displayed image within the ImageSlider object.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public Image CurrentImage { get; }
vb
<Browsable(False)>
Public ReadOnly Property CurrentImage As Image

Property Value

TypeDescription
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

Images

ImageChanged

ImageSlider Class

ImageSlider Members

DevExpress.XtraEditors.Controls Namespace