Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelApplication.Logo Property

Specifies the application logo image.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

string Logo { get; set; }

Property Value

Type Description
String

A string specifying the name of the logo image.

Remarks

The image should be added as an embedded resource (see Add and Override Images). In WinForms applications, the specified image is displayed in the window invoked by the AboutInfoController.AboutInfoAction Action. In ASP.NET applications, the image is displayed at the top-left corner of the main page.

LogoImage

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

See Also