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

CustomizeImageInfoEventArgs.ImageSource Property

Specifies the Image Source from which the image was retrieved.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ImageSource ImageSource { get; }

Property Value

Type Description
DevExpress.ExpressApp.Utils.ImageSource

An ImageSource descendant, specifying the Image Source from which the image was retrieved.

Remarks

This property is intended for internal use.

See Also