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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
String | The subtitle. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Subtitle |
---|---|
FluentSplashScreenOptions |
|
See Also