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

FluentSplashScreenOptions.Subtitle Property

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

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public string Subtitle { get; set; }

Property Value

Type Description
String

The subtitle.

See Also