Skip to main content
A newer version of this page is available. .

FluentSplashScreenOptions.Title Property

Gets or sets the title. If this parameter is not specified (null), the title region displays the value of the AssemblyTitle attribute (see your project’s AssemblyInfo.cs/AssemblyInfo.vb file).

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public string Title { get; set; }

Property Value

Type Description
String

The title.

Property Paths

You can access this nested property as listed below:

Object Type Path to Title
FluentSplashScreenOptions
.Default .Title
See Also