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
[DisplayProperty("Title")]
[ImageName("ModelEditor_Application")]
public interface IModelApplication :
IModelNode
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:
- IModelApplication.Company
- IModelApplication.Copyright
- IModelApplication.Description
- IModelApplication.VersionFormat,
- IModelApplication.Title
- IModelApplication.Logo
Refer to the following topic for additional information: Application Icon, Logo & About Info.
See Also