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

XafApplication.Title Property

Gets the name associated with the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public string Title { get; set; }

Property Value

Type Description
String

A string value that represents the application name.

Remarks

An application’s title is used in a UI, to present the application name for end-users. For instance, it is displayed on application Windows and in application messages. The default value is specified by the IModelApplication.Title property of the Application Model‘s Application node. You can set another value by setting the Title property or by setting the Title property. In the latter case, you can localize the application title.

An application has one more name which is provided by the XafApplication.ApplicationName property. This name is for internal use.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Title property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also