Skip to main content
All docs
V25.1
  • FluentSplashScreenOptions.LeftFooter Property

    Gets or sets the text displayed in the left footer region. If this parameter is not specified (null), the left footer displays the value of the AssemblyCopyright attribute (see your project’’s AssemblyInfo.cs/AssemblyInfo.vb file).

    Namespace: DevExpress.XtraSplashScreen

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public string LeftFooter { get; set; }

    Property Value

    Type Description
    String

    The text displayed in the left footer region.

    Property Paths

    You can access this nested property as listed below:

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