Table of Contents

Property DisplayName

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DisplayName

Gets or sets the application display name.

public virtual string DisplayName { get; set; }

Property Value

string

Remarks

The display name is the name shown to the user in titles, reports, etc. while the application name is used for paths, config, and other places the user doesn't see.

By default the application display name is the same as application name or a capitalized version of the program if the application name was not set either. It's usually better to set it explicitly to something nicer.