ImageCollection.GetImageListImageCount(Object) Method
In This Article
Returns the number of images within the specified source of images.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#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