Skip to main content
.NET 6.0+

ImageLoader.ImageSources Property

Provides access to the image sources used by the ImageLoader.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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