CustomizeImageInfoEventArgs(ImageInfo, String, Boolean, ImageSource, String) Constructor
Initializes a new instance of the CustomizeImageInfoEventArgs class.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
imageInfo | ImageInfo | An ImageInfo object supplying metadata information on the retrieved image. |
imageName | String | A string specifying the name of the retrieved image. |
isEnabled | Boolean | A Boolean value which specifies whether the retrieved image is converted to grayscale. |
imageSource | DevExpress.ExpressApp.Utils.ImageSource | An ImageSource descendant, specifying the Image Source from which the image was retrieved. |
imageFolder | String | A string specifying the folder which contains the retrieved image. |
See Also