Skip to main content
All docs
V23.2
.NET 6.0+

IModelDevExpressImagesAssemblyImageSource.AssemblyName Property

Specifies the assembly from which images must be loaded.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Required]
string AssemblyName { get; set; }

Property Value

Type Description
String

A string specifying the assembly from which images must be loaded.

See Also