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

FluentSplashScreenOptions.RightFooter Property

Gets or sets the text displayed in the right footer region.

Namespace: DevExpress.XtraSplashScreen

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

public string RightFooter { get; set; }

Property Value

Type Description
String

The text displayed in the right footer region. If this parameter is not specified (null), the right footer displays the value of the AssemblyFileVersion attribute (see your project’’s AssemblyInfo.cs/AssemblyInfo.vb file).

Property Paths

You can access this nested property as listed below:

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