Skip to main content
All docs
V19.1

SvgImageCollection.IndexOf(SvgImage) Method

Returns the index of the specific image.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public int IndexOf(
    SvgImage item
)

Parameters

Name Type Description
item 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