Back to Devexpress

IModelApplication.Logo Property

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelapplication-78728f10.md

latest1.9 KB
Original Source

IModelApplication.Logo Property

Specifies the application logo image in Windows Forms applications.

Namespace : DevExpress.ExpressApp.Model

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
string Logo { get; set; }
vb
Property Logo As String

Property Value

TypeDescription
String

A string specifying the name of the logo image.

|

Remarks

The image should be added as an embedded resource (see Add and Replace Icons). In WinForms applications, the specified image is displayed in the window invoked by the AboutInfoController.AboutInfoAction Action.

An example of using this property is provided in the Change an Application Logo and Info topic.

See Also

Add and Replace Icons

IModelApplication Interface

IModelApplication Members

DevExpress.ExpressApp.Model Namespace