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

DXSplashScreen.SetDisplayText(String) Method

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

Namespace: DevExpress.ExpressApp.Win.Utils

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

Declaration

public void SetDisplayText(
    string displayText
)

Parameters

Name Type Description
displayText String

A description text.

See Also