Skip to main content
.NET 6.0+

DXSplashScreen.SetDisplayText(String) Method

Updates a Splash Screen‘s or Wait Form‘s description text.

Namespace: DevExpress.ExpressApp.Win.Utils

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public void SetDisplayText(
    string displayText
)

Parameters

Name Type Description
displayText String

A description text.

See Also