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

ImageCollection.GetImageListImageCount(Object) Method

Returns the number of images within the specified source of images.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public static int GetImageListImageCount(
    object images
)

Parameters

Name Type Description
images Object

An object that represents the source of images.

Returns

Type Description
Int32

An integer value that specifies the number of images within the specified image source.

Remarks

You can pass the ImageList or ImageCollection object as the images parameter.

See Also