Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public event EventHandler<CustomizeImageInfoEventArgs> CustomizeImageSourceImageInfo

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