Back to Devexpress

IModelApplication Interface

expressappframework-devexpress-dot-expressapp-dot-model-4be7e906.md

latest2.7 KB
Original Source

IModelApplication Interface

Properties of the Application node provide general information on the current application.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
[DisplayProperty("Title")]
[ImageName("ModelEditor_Application")]
public interface IModelApplication :
    IModelNode
vb
<ImageName("ModelEditor_Application")>
<DisplayProperty("Title")>
Public Interface IModelApplication
    Inherits IModelNode

The following members return IModelApplication objects:

Remarks

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

Note

Use the following properties values to form the application’s About information:

Refer to the following topic for additional information: Application Icon, Logo & About Info.

See Also

IModelApplication Members

Application Model (UI Settings Storage)

DevExpress.ExpressApp.Model Namespace