Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    IModelDevExpressImagesAssemblyImageSource.AssemblyName Property

    Specifies the assembly from which images must be loaded.

    Namespace: DevExpress.ExpressApp.Model

    Assembly: DevExpress.ExpressApp.v25.1.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