ImageCollection.GetImageListImageCount(Object) Method
Returns the number of images within the specified source of images.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.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