Skip to main content
.NET 6.0+

CustomizeImageInfoEventArgs.ImageSource Property

Specifies the Image Source from which the image was retrieved.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.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