ImageLoader.Init(ImageSource[]) Method
Initializes the ImageLoader.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
imageSources | DevExpress.ExpressApp.Utils.ImageSource[] | An ImageSource[] object representing an array of the image sources that will be used by the ImageLoader. |
Remarks
This method is intended for internal use.
See Also