expressappframework-devexpress-dot-expressapp-dot-model-4be7e906.md
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
[DisplayProperty("Title")]
[ImageName("ModelEditor_Application")]
public interface IModelApplication :
IModelNode
<ImageName("ModelEditor_Application")>
<DisplayProperty("Title")>
Public Interface IModelApplication
Inherits IModelNode
The following members return IModelApplication objects:
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