ImageLoader.ImageSources Property
Provides access to the image sources used by the ImageLoader.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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