Skip to main content
A newer version of this page is available. .

ImageSlider.CurrentImage Property

Gets a currently displayed image within the ImageSlider object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
public Image CurrentImage { get; }

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