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

IModelApplication.ImageSources Property

Provides access to the ImageSources child node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

IModelImageSources ImageSources { get; }

Property Value

Type Description
IModelImageSources

An IModelImageSources object representing the Localization child node.

See Also