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

ImageLoader.ImageSources Property

Provides access to the image sources used by the ImageLoader.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ImageSource[] ImageSources { get; }

Property Value

Type Description
DevExpress.ExpressApp.Utils.ImageSource[]

An ImageSource[] object representing an array of the image sources used by the ImageLoader.

Remarks

This property is intended for internal use.

See Also