Skip to main content
A newer version of this page is available.
All docs
V18.2

SvgImageCollection.IndexOf(SvgImage) Method

Returns the index of the specific image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public int IndexOf(
    SvgImage item
)

Parameters

Name Type Description
item DevExpress.Utils.Svg.SvgImage

An SvgImage whose index is to be obtained.

Returns

Type Description
Int32

An Int32 value that is the specific image’s index.

See Also