Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeImageInfoEventArgs.ImageSource Property

Specifies the Image Source from which the image was retrieved.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

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