ImageLoader.CustomizeImageSourceImageInfo Event
Occurs when image metadata is retrieved from ImageSource via the ImageLoader’s Get…ImageInfo methods. Allows you to customize the metadata.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Event Data
The CustomizeImageSourceImageInfo event's data class is CustomizeImageInfoEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
ImageFolder | Specifies the folder which contains the retrieved image. |
ImageInfo | Supplies metadata information on the retrieved image. |
ImageName | Specifies the name of the retrieved image. |
ImageSource | Specifies the Image Source from which the image was retrieved. |
IsEnabled | Specifies whether the retrieved image is converted to grayscale. |
MakeTransparent | Specifies whether the retrieved image should be made transparent. |
See Also