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

SliderImageCollection.Item[Int32] Property

Provides indexed access to images stored within the SliderImageCollection.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public Image this[int index] { get; set; }

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