Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelApplication.Logo Property

Specifies the application logo image.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#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 Replace Icons). In WinForms applications, the specified image is displayed in the window invoked by the AboutInfoController.AboutInfoAction Action. In ASP.NET Web Forms 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 Change an Application Logo and Info topic.

See Also