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

IModelApplication.ImageSources Property

Provides access to the ImageSources child node.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

IModelImageSources ImageSources { get; }

Property Value

Type Description
IModelImageSources

An IModelImageSources object representing the Localization child node.

See Also