ImageLoader.GetImageInfo(String, Boolean, String) Method
Supplies metadata on a standard-sized image.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| imageName | String | The image’s name. |
| isEnabled | Boolean | Specifies which image should be returned. If |
| imageFolder | String | The name of the folder where the image resides. |
Returns
| Type | Description |
|---|---|
| ImageInfo | The ImageInfo object. |
See Also