Back to Devexpress

IModelAssemblyResourceImageSource Interface

expressappframework-devexpress-dot-expressapp-dot-model-b80b8a40.md

latest1.7 KB
Original Source

IModelAssemblyResourceImageSource Interface

An AssemblyResourceImageSource node defines the images source when the images are stored in a resource.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[KeyProperty("AssemblyName")]
public interface IModelAssemblyResourceImageSource :
    IModelImageSource,
    IModelNode
vb
<KeyProperty("AssemblyName")>
Public Interface IModelAssemblyResourceImageSource
    Inherits IModelImageSource,
             IModelNode

Remarks

This interface is a part of the Application Model infrastructure. You do not need to implement this interface in most cases.

See Also

IModelAssemblyResourceImageSource Members

Application Model (UI Settings Storage)

How the XAF Application Model Works

Add and Replace Icons

DevExpress.ExpressApp.Model Namespace